Html Css Color HEX #33FACB Turquoise

📋 copy color: '#33FACB'

red 51 ◦ green 250 ◦ blue 203

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

Shades of Turquoise #33FACB

Tints of Turquoise #33FACB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.6%

 BLUE value IS 203 (79.69% from 255) = 40.28%

R = 10.12%
G = 49.6%
B = 40.28%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#33FACB (or 0x33FACB) is known color: Turquoise. HEX triplet: 33, FA and CB. RGB value is (51,250,203). Sum of RGB (Red+Green+Blue) = 51+250+203=504 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.12% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #33FACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FACB is #CC0534. Grayscale: #B9B9B9. Windows color (decimal): -13370677 or 13367859. OLE color: 13367859.

HSL color Cylindrical-coordinate representation of color #33FACB: hue angle of 165.83º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FACB is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 250 203 -
CMYK 0.80 0 0.19 0.02
HSL 165.83º 0.95% 0.59% -
HSV(B) 165.83º 0.8% 0.98% -
XYZ 46.33 73.39 68.22 -
YUV 185.14 138.07 32.32 -
System Red Green Blue C M Y K H S L
Decimal 51 250 203 0.80 0 0.19 0.02 165.83 0.95 0.59
Hex 33 FA CB 50 0 13 2 A6 5F 3B
Octal 63 372 313 120 0 23 2 246 137 73
Binary 110011 11111010 11001011 1010000 0 10011 10 10100110 1011111 111011

Color Harmonies of #33FACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FACB

Black with #33FACB

Text Example


Text Example

White with #33FACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,250,203); }

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

background-color css

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

 a { background-color: rgb(51,250,203); }

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

border-color css

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

 span { border-color: rgb(51,250,203); }

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