Html Css Color HEX #33FCF0 Turquoise

📋 copy color: '#33FCF0'

red 51 ◦ green 252 ◦ blue 240

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

Shades of Turquoise #33FCF0

Tints of Turquoise #33FCF0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.41%

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

R = 9.39%
G = 46.41%
B = 44.2%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#33FCF0 (or 0x33FCF0) is known color: Turquoise. HEX triplet: 33, FC and F0. RGB value is (51,252,240). Sum of RGB (Red+Green+Blue) = 51+252+240=543 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.39% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FCF0 is #CC030F. Grayscale: #BEBEBE. Windows color (decimal): -13370128 or 15793203. OLE color: 15793203.

HSL color Cylindrical-coordinate representation of color #33FCF0: hue angle of 176.42º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FCF0 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 252 240 -
CMYK 0.80 0 0.05 0.01
HSL 176.42º 0.97% 0.59% -
HSV(B) 176.42º 0.8% 0.99% -
XYZ 51.9 76.62 94.49 -
YUV 190.53 155.91 28.48 -
System Red Green Blue C M Y K H S L
Decimal 51 252 240 0.80 0 0.05 0.01 176.42 0.97 0.59
Hex 33 FC F0 50 0 5 1 B0 61 3B
Octal 63 374 360 120 0 5 1 260 141 73
Binary 110011 11111100 11110000 1010000 0 101 1 10110000 1100001 111011

Color Harmonies of #33FCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FCF0

Black with #33FCF0

Text Example


Text Example

White with #33FCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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