Html Css Color HEX #33FACE Turquoise

📋 copy color: '#33FACE'

red 51 ◦ green 250 ◦ blue 206

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

Shades of Turquoise #33FACE

Tints of Turquoise #33FACE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.31%

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 10.06%
G = 49.31%
B = 40.63%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#33FACE (or 0x33FACE) is known color: Turquoise. HEX triplet: 33, FA and CE. RGB value is (51,250,206). Sum of RGB (Red+Green+Blue) = 51+250+206=507 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.06% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #33FACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FACE is #CC0531. Grayscale: #B9B9B9. Windows color (decimal): -13370674 or 13564467. OLE color: 13564467.

HSL color Cylindrical-coordinate representation of color #33FACE: hue angle of 166.73º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FACE is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 250 206 -
CMYK 0.80 0 0.18 0.02
HSL 166.73º 0.95% 0.59% -
HSV(B) 166.73º 0.8% 0.98% -
XYZ 46.69 73.53 70.12 -
YUV 185.48 139.57 32.08 -
System Red Green Blue C M Y K H S L
Decimal 51 250 206 0.80 0 0.18 0.02 166.73 0.95 0.59
Hex 33 FA CE 50 0 12 2 A7 5F 3B
Octal 63 372 316 120 0 22 2 247 137 73
Binary 110011 11111010 11001110 1010000 0 10010 10 10100111 1011111 111011

Color Harmonies of #33FACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FACE

Black with #33FACE

Text Example


Text Example

White with #33FACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,250,206); }

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

background-color css

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

 a { background-color: rgb(51,250,206); }

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

border-color css

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

 span { border-color: rgb(51,250,206); }

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