Html Css Color HEX #33FAAE Turquoise

📋 copy color: '#33FAAE'

red 51 ◦ green 250 ◦ blue 174

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

Shades of Turquoise #33FAAE

Tints of Turquoise #33FAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.63%

R = 10.74%
G = 52.63%
B = 36.63%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#33FAAE (or 0x33FAAE) is known color: Turquoise. HEX triplet: 33, FA and AE. RGB value is (51,250,174). Sum of RGB (Red+Green+Blue) = 51+250+174=475 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.74% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #33FAAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33FAAE is #CC0551. Grayscale: #B5B5B5. Windows color (decimal): -13370706 or 11467315. OLE color: 11467315.

HSL color Cylindrical-coordinate representation of color #33FAAE: hue angle of 157.09º 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 #33FAAE is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 250 174 -
CMYK 0.80 0 0.30 0.02
HSL 157.09º 0.95% 0.59% -
HSV(B) 157.09º 0.8% 0.98% -
XYZ 43.19 72.13 51.69 -
YUV 181.84 123.57 34.68 -
System Red Green Blue C M Y K H S L
Decimal 51 250 174 0.80 0 0.30 0.02 157.09 0.95 0.59
Hex 33 FA AE 50 0 1E 2 9D 5F 3B
Octal 63 372 256 120 0 36 2 235 137 73
Binary 110011 11111010 10101110 1010000 0 11110 10 10011101 1011111 111011

Color Harmonies of #33FAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FAAE

Black with #33FAAE

Text Example


Text Example

White with #33FAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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