#33FFCB

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

Shades of Turquoise #33FFCB

Tints of Turquoise #33FFCB

Color information

#33FFCB (or 0x33FFCB) is unknown color: approx Turquoise. HEX triplet: 33, FF and CB. RGB value is (51,255,203). Sum of RGB (Red+Green+Blue) = 51+255+203=509 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.02% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFCB is #CC0034. Grayscale: #BCBCBC. Windows color (decimal): -13369397 or 13369139. OLE color: 13369139.

HSL color Cylindrical-coordinate representation of color #33FFCB: hue angle of 164.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FFCB is Cyan = 0.8, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB51255203-
CMYK0.800.200
HSL164.71º100%60%-
HSV(B)164.71º80%100%-
XYZ47.976.5468.75-
YUV188.08136.4130.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.02%
GREEN value IS 255 (100% from 255) = 50.10%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=10.02%
G=50.10%
B=39.88%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512552030.800.200164.7110060
Hex33FFCB500140a5643c
Octal63377313120024024514474
Binary110011111111111100101110100000101000101001011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,255,203); }

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

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

 a { background-color: rgb(51,255,203); }

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

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

 span { border-color: rgb(51,255,203); }

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