Html Css Color HEX #33F2EF Turquoise

📋 copy color: '#33F2EF'

red 51 ◦ green 242 ◦ blue 239

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

Shades of Turquoise #33F2EF

Tints of Turquoise #33F2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.49%

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

R = 9.59%
G = 45.49%
B = 44.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#33F2EF (or 0x33F2EF) is known color: Turquoise. HEX triplet: 33, F2 and EF. RGB value is (51,242,239). Sum of RGB (Red+Green+Blue) = 51+242+239=532 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.59% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #33F2EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33F2EF is #CC0D10. Grayscale: #B8B8B8. Windows color (decimal): -13372689 or 15725107. OLE color: 15725107.

HSL color Cylindrical-coordinate representation of color #33F2EF: hue angle of 179.06º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F2EF is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 51 242 239 -
CMYK 0.79 0 0.01 0.05
HSL 179.06º 0.88% 0.57% -
HSV(B) 179.06º 0.79% 0.95% -
XYZ 48.7 70.44 92.69 -
YUV 184.55 158.72 32.74 -
System Red Green Blue C M Y K H S L
Decimal 51 242 239 0.79 0 0.01 0.05 179.06 0.88 0.57
Hex 33 F2 EF 4F 0 1 5 B3 58 39
Octal 63 362 357 117 0 1 5 263 130 71
Binary 110011 11110010 11101111 1001111 0 1 101 10110011 1011000 111001

Color Harmonies of #33F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F2EF

Black with #33F2EF

Text Example


Text Example

White with #33F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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