Html Css Color HEX #33FCE3 Turquoise

📋 copy color: '#33FCE3'

red 51 ◦ green 252 ◦ blue 227

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

Shades of Turquoise #33FCE3

Tints of Turquoise #33FCE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.83%

R = 9.62%
G = 47.55%
B = 42.83%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#33FCE3 (or 0x33FCE3) is known color: Turquoise. HEX triplet: 33, FC and E3. RGB value is (51,252,227). Sum of RGB (Red+Green+Blue) = 51+252+227=530 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.62% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FCE3 is #CC031C. Grayscale: #BCBCBC. Windows color (decimal): -13370141 or 14941235. OLE color: 14941235.

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

Color convert

RGB 51 252 227 -
CMYK 0.80 0 0.10 0.01
HSL 172.54º 0.97% 0.59% -
HSV(B) 172.54º 0.8% 0.99% -
XYZ 50.04 75.87 84.68 -
YUV 189.05 149.41 29.53 -
System Red Green Blue C M Y K H S L
Decimal 51 252 227 0.80 0 0.10 0.01 172.54 0.97 0.59
Hex 33 FC E3 50 0 A 1 AD 61 3B
Octal 63 374 343 120 0 12 1 255 141 73
Binary 110011 11111100 11100011 1010000 0 1010 1 10101101 1100001 111011

Color Harmonies of #33FCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FCE3

Black with #33FCE3

Text Example


Text Example

White with #33FCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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