Html Css Color HEX #33FEF0 Turquoise

📋 copy color: '#33FEF0'

red 51 ◦ green 254 ◦ blue 240

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

Shades of Turquoise #33FEF0

Tints of Turquoise #33FEF0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.61%

 BLUE value IS 240 (94.14% from 255) = 44.04%

R = 9.36%
G = 46.61%
B = 44.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#33FEF0 (or 0x33FEF0) is known color: Turquoise. HEX triplet: 33, FE and F0. RGB value is (51,254,240). Sum of RGB (Red+Green+Blue) = 51+254+240=545 (72% of max value = 765). Red value is 51 (20.31% from 255 or 9.36% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #33FEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FEF0 is #CC010F. Grayscale: #BFBFBF. Windows color (decimal): -13369616 or 15793715. OLE color: 15793715.

HSL color Cylindrical-coordinate representation of color #33FEF0: hue angle of 175.86º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FEF0 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 51 254 240 -
CMYK 0.80 0 0.06 0.00
HSL 175.86º 0.99% 0.6% -
HSV(B) 175.86º 0.8% 1% -
XYZ 52.54 77.88 94.7 -
YUV 191.71 155.25 27.64 -
System Red Green Blue C M Y K H S L
Decimal 51 254 240 0.80 0 0.06 0.00 175.86 0.99 0.6
Hex 33 FE F0 50 0 6 0 B0 63 3C
Octal 63 376 360 120 0 6 0 260 143 74
Binary 110011 11111110 11110000 1010000 0 110 0 10110000 1100011 111100

Color Harmonies of #33FEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FEF0

Black with #33FEF0

Text Example


Text Example

White with #33FEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,254,240); }

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

background-color css

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

 a { background-color: rgb(51,254,240); }

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

border-color css

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

 span { border-color: rgb(51,254,240); }

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