Html Css Color HEX #33FFC9 Turquoise

📋 copy color: '#33FFC9'

red 51 ◦ green 255 ◦ blue 201

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

Shades of Turquoise #33FFC9

Tints of Turquoise #33FFC9

RGB

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

 GREEN value IS 255 (100% from 255) = 50.3%

 BLUE value IS 201 (78.91% from 255) = 39.64%

R = 10.06%
G = 50.3%
B = 39.64%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#33FFC9 (or 0x33FFC9) is known color: Turquoise. HEX triplet: 33, FF and C9. RGB value is (51,255,201). Sum of RGB (Red+Green+Blue) = 51+255+201=507 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.06% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFC9 is #CC0036. Grayscale: #BBBBBB. Windows color (decimal): -13369399 or 13238067. OLE color: 13238067.

HSL color Cylindrical-coordinate representation of color #33FFC9: hue angle of 164.12º 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 #33FFC9 is Cyan = 0.8, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 51 255 201 -
CMYK 0.8 0 0.21 0
HSL 164.12º 1% 0.6% -
HSV(B) 164.12º 0.8% 1% -
XYZ 47.67 76.44 67.5 -
YUV 187.85 135.41 30.39 -
System Red Green Blue C M Y K H S L
Decimal 51 255 201 0.8 0 0.21 0 164.12 1 0.6
Hex 33 FF C9 50 0 15 0 A4 64 3C
Octal 63 377 311 120 0 25 0 244 144 74
Binary 110011 11111111 11001001 1010000 0 10101 0 10100100 1100100 111100

Color Harmonies of #33FFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FFC9

Black with #33FFC9

Text Example


Text Example

White with #33FFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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