#33D7ED

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

Shades of Turquoise #33D7ED

Tints of Turquoise #33D7ED

Color information

#33D7ED (or 0x33D7ED) is unknown color: approx Turquoise. HEX triplet: 33, D7 and ED. RGB value is (51,215,237). Sum of RGB (Red+Green+Blue) = 51+215+237=503 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.14% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #33D7ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33D7ED is #CC2812. Grayscale: #A8A8A8. Windows color (decimal): -13379603 or 15587123. OLE color: 15587123.

HSL color Cylindrical-coordinate representation of color #33D7ED: hue angle of 187.1º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33D7ED is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB51215237-
CMYK0.780.0900.07
HSL187.1º83.78%56.47%-
HSV(B)187.1º78.48%92.94%-
XYZ40.9555.4288.66-
YUV168.47166.6744.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.14%
GREEN value IS 215 (84.38% from 255) = 42.74%
BLUE value IS 237 (92.97% from 255) = 47.12%
R=10.14%
G=42.74%
B=47.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal512152370.780.0900.07187.183.7856.47
Hex33D7ED4E907bb5438
Octal63327355116110727312470
Binary1100111101011111101101100111010010111101110111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33D7ED; }

 p { color: rgb(51,215,237); }

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

<style>
 a { background-color: #33D7ED; }

 a { background-color: rgb(51,215,237); }

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

<style>
 span { border-color: #33D7ED; }

 span { border-color: rgb(51,215,237); }

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