Html Css Color HEX #33FDCB Turquoise

📋 copy color: '#33FDCB'

red 51 ◦ green 253 ◦ blue 203

#33FDCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #33FDCB

Tints of Turquoise #33FDCB

RGB

 RED value IS 51 (20.31% from 255) = 10.06%

 GREEN value IS 253 (99.22% from 255) = 49.9%

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 10.06%
G = 49.9%
B = 40.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#33FDCB (or 0x33FDCB) is known color: Turquoise. HEX triplet: 33, FD and CB. RGB value is (51,253,203). Sum of RGB (Red+Green+Blue) = 51+253+203=507 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.06% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #33FDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FDCB is #CC0234. Grayscale: #BABABA. Windows color (decimal): -13369909 or 13368627. OLE color: 13368627.

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

Color convert

RGB 51 253 203 -
CMYK 0.80 0 0.20 0.01
HSL 165.15º 0.98% 0.6% -
HSV(B) 165.15º 0.8% 0.99% -
XYZ 47.27 75.27 68.54 -
YUV 186.9 137.08 31.07 -
System Red Green Blue C M Y K H S L
Decimal 51 253 203 0.80 0 0.20 0.01 165.15 0.98 0.6
Hex 33 FD CB 50 0 14 1 A5 62 3C
Octal 63 375 313 120 0 24 1 245 142 74
Binary 110011 11111101 11001011 1010000 0 10100 1 10100101 1100010 111100

Color Harmonies of #33FDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FDCB

Black with #33FDCB

Text Example


Text Example

White with #33FDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33FDCB;
 }
 .AnyTagClassName
 {
   color: #33FDCB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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