Html Css Color HEX #33E6FC Turquoise

📋 copy color: '#33E6FC'

red 51 ◦ green 230 ◦ blue 252

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

Shades of Turquoise #33E6FC

Tints of Turquoise #33E6FC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.15%

 BLUE value IS 252 (98.83% from 255) = 47.28%

R = 9.57%
G = 43.15%
B = 47.28%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#33E6FC (or 0x33E6FC) is known color: Turquoise. HEX triplet: 33, E6 and FC. RGB value is (51,230,252). Sum of RGB (Red+Green+Blue) = 51+230+252=533 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.57% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #33E6FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33E6FC is #CC1903. Grayscale: #B2B2B2. Windows color (decimal): -13375748 or 16574003. OLE color: 16574003.

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

Color convert

RGB 51 230 252 -
CMYK 0.80 0.09 0 0.01
HSL 186.57º 0.97% 0.59% -
HSV(B) 186.57º 0.8% 0.99% -
XYZ 47.23 64.33 102.02 -
YUV 178.99 169.2 36.71 -
System Red Green Blue C M Y K H S L
Decimal 51 230 252 0.80 0.09 0 0.01 186.57 0.97 0.59
Hex 33 E6 FC 50 9 0 1 BB 61 3B
Octal 63 346 374 120 11 0 1 273 141 73
Binary 110011 11100110 11111100 1010000 1001 0 1 10111011 1100001 111011

Color Harmonies of #33E6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33E6FC

Black with #33E6FC

Text Example


Text Example

White with #33E6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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