Html Css Color HEX #33FCF1 Turquoise

📋 copy color: '#33FCF1'

red 51 ◦ green 252 ◦ blue 241

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

Shades of Turquoise #33FCF1

Tints of Turquoise #33FCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.3%

R = 9.38%
G = 46.32%
B = 44.3%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#33FCF1 (or 0x33FCF1) is known color: Turquoise. HEX triplet: 33, FC and F1. RGB value is (51,252,241). Sum of RGB (Red+Green+Blue) = 51+252+241=544 (72% of max value = 765). Red value is 51 (20.31% from 255 or 9.38% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FCF1 is #CC030E. Grayscale: #BEBEBE. Windows color (decimal): -13370127 or 15858739. OLE color: 15858739.

HSL color Cylindrical-coordinate representation of color #33FCF1: hue angle of 176.72º 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 #33FCF1 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 252 241 -
CMYK 0.80 0 0.04 0.01
HSL 176.72º 0.97% 0.59% -
HSV(B) 176.72º 0.8% 0.99% -
XYZ 52.05 76.68 95.28 -
YUV 190.65 156.41 28.39 -
System Red Green Blue C M Y K H S L
Decimal 51 252 241 0.80 0 0.04 0.01 176.72 0.97 0.59
Hex 33 FC F1 50 0 4 1 B1 61 3B
Octal 63 374 361 120 0 4 1 261 141 73
Binary 110011 11111100 11110001 1010000 0 100 1 10110001 1100001 111011

Color Harmonies of #33FCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FCF1

Black with #33FCF1

Text Example


Text Example

White with #33FCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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