Html Css Color HEX #33FFEF Turquoise

📋 copy color: '#33FFEF'

red 51 ◦ green 255 ◦ blue 239

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

Shades of Turquoise #33FFEF

Tints of Turquoise #33FFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.85%

R = 9.36%
G = 46.79%
B = 43.85%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#33FFEF (or 0x33FFEF) is known color: Turquoise. HEX triplet: 33, FF and EF. RGB value is (51,255,239). Sum of RGB (Red+Green+Blue) = 51+255+239=545 (72% of max value = 765). Red value is 51 (20.31% from 255 or 9.36% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FFEF is #CC0010. Grayscale: #C0C0C0. Windows color (decimal): -13369361 or 15728435. OLE color: 15728435.

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

Color convert

RGB 51 255 239 -
CMYK 0.8 0 0.06 0
HSL 175.29º 1% 0.6% -
HSV(B) 175.29º 0.8% 1% -
XYZ 52.71 78.46 94.03 -
YUV 192.18 154.41 27.3 -
System Red Green Blue C M Y K H S L
Decimal 51 255 239 0.8 0 0.06 0 175.29 1 0.6
Hex 33 FF EF 50 0 6 0 AF 64 3C
Octal 63 377 357 120 0 6 0 257 144 74
Binary 110011 11111111 11101111 1010000 0 110 0 10101111 1100100 111100

Color Harmonies of #33FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FFEF

Black with #33FFEF

Text Example


Text Example

White with #33FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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