#3DD9FD

Color #3DD9FD Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3DD9FD

Tints of Turquoise #3DD9FD

Color information

#3DD9FD (or 0x3DD9FD) is unknown color: approx Turquoise. HEX triplet: 3D, D9 and FD. RGB value is (61,217,253). Sum of RGB (Red+Green+Blue) = 61+217+253=531 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.49% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #3DD9FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DD9FD is #C22602. Grayscale: #AEAEAE. Windows color (decimal): -12723715 or 16636221. OLE color: 16636221.

HSL color Cylindrical-coordinate representation of color #3DD9FD: hue angle of 191.25º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DD9FD is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB61217253-
CMYK0.760.1400.01
HSL191.25º97.96%61.57%-
HSV(B)191.25º75.89%99.22%-
XYZ44.4757.71101.72-
YUV174.46172.3247.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 11.49%
GREEN value IS 217 (85.16% from 255) = 40.87%
BLUE value IS 253 (99.22% from 255) = 47.65%
R=11.49%
G=40.87%
B=47.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal612172530.760.1400.01191.2597.9661.57
Hex3DD9FD4CE01bf623e
Octal75331375114160127714276
Binary11110111011001111111011001100111001101111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DD9FD; }

 p { color: rgb(61,217,253); }

 H1.HeaderClassName
 {
   color: #3DD9FD;
 }
 .AnyTagClassName
 {
   color: #3DD9FD;
 }
</style>
background-color css

<style>
 a { background-color: #3DD9FD; }

 a { background-color: rgb(61,217,253); }

 div.DivClassName
 {
   background-color: #3DD9FD;
 }
 .BgClassName
 {
   background-color: #3DD9FD;
 }
</style>
border-color css

<style>
 span { border-color: #3DD9FD; }

 span { border-color: rgb(61,217,253); }

 td.TdClassName
 {
   border-color: #3DD9FD;
 }
 .TagClassName
 {
   border-color: #3DD9FD;
 }
</style>