#3DD3EE

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

Shades of Turquoise #3DD3EE

Tints of Turquoise #3DD3EE

Color information

#3DD3EE (or 0x3DD3EE) is unknown color: approx Turquoise. HEX triplet: 3D, D3 and EE. RGB value is (61,211,238). Sum of RGB (Red+Green+Blue) = 61+211+238=510 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.96% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #3DD3EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DD3EE is #C22C11. Grayscale: #A8A8A8. Windows color (decimal): -12725266 or 15651645. OLE color: 15651645.

HSL color Cylindrical-coordinate representation of color #3DD3EE: hue angle of 189.15º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DD3EE is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB61211238-
CMYK0.740.1100.07
HSL189.15º83.89%58.63%-
HSV(B)189.15º74.37%93.33%-
XYZ40.6553.7589.12-
YUV169.23166.850.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.96%
GREEN value IS 211 (82.81% from 255) = 41.37%
BLUE value IS 238 (93.36% from 255) = 46.67%
R=11.96%
G=41.37%
B=46.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal612112380.740.1100.07189.1583.8958.63
Hex3DD3EE4AB07bd543b
Octal75323356112130727512473
Binary1111011101001111101110100101010110111101111011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,211,238); }

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

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

 a { background-color: rgb(61,211,238); }

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

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

 span { border-color: rgb(61,211,238); }

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