Html Css Color HEX #33FCE7 Turquoise

📋 copy color: '#33FCE7'

red 51 ◦ green 252 ◦ blue 231

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

Shades of Turquoise #33FCE7

Tints of Turquoise #33FCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.26%

R = 9.55%
G = 47.19%
B = 43.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#33FCE7 (or 0x33FCE7) is known color: Turquoise. HEX triplet: 33, FC and E7. RGB value is (51,252,231). Sum of RGB (Red+Green+Blue) = 51+252+231=534 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.55% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FCE7 is #CC0318. Grayscale: #BDBDBD. Windows color (decimal): -13370137 or 15203379. OLE color: 15203379.

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

Color convert

RGB 51 252 231 -
CMYK 0.80 0 0.08 0.01
HSL 173.73º 0.97% 0.59% -
HSV(B) 173.73º 0.8% 0.99% -
XYZ 50.6 76.09 87.62 -
YUV 189.51 151.41 29.21 -
System Red Green Blue C M Y K H S L
Decimal 51 252 231 0.80 0 0.08 0.01 173.73 0.97 0.59
Hex 33 FC E7 50 0 8 1 AE 61 3B
Octal 63 374 347 120 0 10 1 256 141 73
Binary 110011 11111100 11100111 1010000 0 1000 1 10101110 1100001 111011

Color Harmonies of #33FCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FCE7

Black with #33FCE7

Text Example


Text Example

White with #33FCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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