#3DD4E7

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

Shades of Turquoise #3DD4E7

Tints of Turquoise #3DD4E7

Color information

#3DD4E7 (or 0x3DD4E7) is unknown color: approx Turquoise. HEX triplet: 3D, D4 and E7. RGB value is (61,212,231). Sum of RGB (Red+Green+Blue) = 61+212+231=504 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.10% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #3DD4E7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DD4E7 is #C22B18. Grayscale: #A8A8A8. Windows color (decimal): -12725017 or 15193149. OLE color: 15193149.

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

Color convert

RGB61212231-
CMYK0.740.0800.09
HSL186.71º77.98%57.25%-
HSV(B)186.71º73.59%90.59%-
XYZ39.8953.8583.89-
YUV169.02162.9750.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.10%
GREEN value IS 212 (83.20% from 255) = 42.06%
BLUE value IS 231 (90.62% from 255) = 45.83%
R=12.10%
G=42.06%
B=45.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal612122310.740.0800.09186.7177.9857.25
Hex3DD4E74A809bb4e39
Octal753243471121001127311671
Binary11110111010100111001111001010100001001101110111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,212,231); }

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

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

 a { background-color: rgb(61,212,231); }

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

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

 span { border-color: rgb(61,212,231); }

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