Html Css Color HEX #33EFB5 Turquoise

📋 copy color: '#33EFB5'

red 51 ◦ green 239 ◦ blue 181

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

Shades of Turquoise #33EFB5

Tints of Turquoise #33EFB5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.74%

 BLUE value IS 181 (71.09% from 255) = 38.43%

R = 10.83%
G = 50.74%
B = 38.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#33EFB5 (or 0x33EFB5) is known color: Turquoise. HEX triplet: 33, EF and B5. RGB value is (51,239,181). Sum of RGB (Red+Green+Blue) = 51+239+181=471 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.83% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #33EFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EFB5 is #CC104A. Grayscale: #B0B0B0. Windows color (decimal): -13373515 or 11923251. OLE color: 11923251.

HSL color Cylindrical-coordinate representation of color #33EFB5: hue angle of 161.49º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EFB5 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 51 239 181 -
CMYK 0.79 0 0.24 0.06
HSL 161.49º 0.85% 0.57% -
HSV(B) 161.49º 0.79% 0.94% -
XYZ 40.57 65.77 54.27 -
YUV 176.18 130.72 38.72 -
System Red Green Blue C M Y K H S L
Decimal 51 239 181 0.79 0 0.24 0.06 161.49 0.85 0.57
Hex 33 EF B5 4F 0 18 6 A1 55 39
Octal 63 357 265 117 0 30 6 241 125 71
Binary 110011 11101111 10110101 1001111 0 11000 110 10100001 1010101 111001

Color Harmonies of #33EFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EFB5

Black with #33EFB5

Text Example


Text Example

White with #33EFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,239,181); }

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

background-color css

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

 a { background-color: rgb(51,239,181); }

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

border-color css

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

 span { border-color: rgb(51,239,181); }

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