#3DD6EB

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

Shades of Turquoise #3DD6EB

Tints of Turquoise #3DD6EB

Color information

#3DD6EB (or 0x3DD6EB) is unknown color: approx Turquoise. HEX triplet: 3D, D6 and EB. RGB value is (61,214,235). Sum of RGB (Red+Green+Blue) = 61+214+235=510 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.96% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #3DD6EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DD6EB is #C22914. Grayscale: #AAAAAA. Windows color (decimal): -12724501 or 15455805. OLE color: 15455805.

HSL color Cylindrical-coordinate representation of color #3DD6EB: hue angle of 187.24º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DD6EB is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB61214235-
CMYK0.740.0900.08
HSL187.24º81.31%58.04%-
HSV(B)187.24º74.04%92.16%-
XYZ40.9755.0887.07-
YUV170.65164.3149.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.96%
GREEN value IS 214 (83.98% from 255) = 41.96%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=11.96%
G=41.96%
B=46.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal612142350.740.0900.08187.2481.3158.04
Hex3DD6EB4A908bb513a
Octal753263531121101027312172
Binary11110111010110111010111001010100101000101110111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,214,235); }

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

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

 a { background-color: rgb(61,214,235); }

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

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

 span { border-color: rgb(61,214,235); }

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