Html Css Color HEX #33FFAE Turquoise

📋 copy color: '#33FFAE'

red 51 ◦ green 255 ◦ blue 174

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

Shades of Turquoise #33FFAE

Tints of Turquoise #33FFAE

RGB

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

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

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

R = 10.63%
G = 53.13%
B = 36.25%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#33FFAE (or 0x33FFAE) is known color: Turquoise. HEX triplet: 33, FF and AE. RGB value is (51,255,174). Sum of RGB (Red+Green+Blue) = 51+255+174=480 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.62% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33FFAE is #CC0051. Grayscale: #B8B8B8. Windows color (decimal): -13369426 or 11468595. OLE color: 11468595.

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

Color convert

RGB 51 255 174 -
CMYK 0.8 0 0.32 0
HSL 156.18º 1% 0.6% -
HSV(B) 156.18º 0.8% 1% -
XYZ 44.77 75.28 52.22 -
YUV 184.77 121.91 32.59 -
System Red Green Blue C M Y K H S L
Decimal 51 255 174 0.8 0 0.32 0 156.18 1 0.6
Hex 33 FF AE 50 0 20 0 9C 64 3C
Octal 63 377 256 120 0 40 0 234 144 74
Binary 110011 11111111 10101110 1010000 0 100000 0 10011100 1100100 111100

Color Harmonies of #33FFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FFAE

Black with #33FFAE

Text Example


Text Example

White with #33FFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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