Html Css Color HEX #33FABB Turquoise

📋 copy color: '#33FABB'

red 51 ◦ green 250 ◦ blue 187

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

Shades of Turquoise #33FABB

Tints of Turquoise #33FABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 10.45%
G = 51.23%
B = 38.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#33FABB (or 0x33FABB) is known color: Turquoise. HEX triplet: 33, FA and BB. RGB value is (51,250,187). Sum of RGB (Red+Green+Blue) = 51+250+187=488 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.45% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #33FABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FABB is #CC0544. Grayscale: #B7B7B7. Windows color (decimal): -13370693 or 12319283. OLE color: 12319283.

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

Color convert

RGB 51 250 187 -
CMYK 0.80 0 0.25 0.02
HSL 161.01º 0.95% 0.59% -
HSV(B) 161.01º 0.8% 0.98% -
XYZ 44.52 72.66 58.69 -
YUV 183.32 130.07 33.62 -
System Red Green Blue C M Y K H S L
Decimal 51 250 187 0.80 0 0.25 0.02 161.01 0.95 0.59
Hex 33 FA BB 50 0 19 2 A1 5F 3B
Octal 63 372 273 120 0 31 2 241 137 73
Binary 110011 11111010 10111011 1010000 0 11001 10 10100001 1011111 111011

Color Harmonies of #33FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FABB

Black with #33FABB

Text Example


Text Example

White with #33FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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