Html Css Color HEX #33EFB6 Turquoise

📋 copy color: '#33EFB6'

red 51 ◦ green 239 ◦ blue 182

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

Shades of Turquoise #33EFB6

Tints of Turquoise #33EFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.56%

R = 10.81%
G = 50.64%
B = 38.56%

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

#33EFB6 (or 0x33EFB6) is known color: Turquoise. HEX triplet: 33, EF and B6. RGB value is (51,239,182). Sum of RGB (Red+Green+Blue) = 51+239+182=472 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.81% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #33EFB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EFB6 is #CC1049. Grayscale: #B0B0B0. Windows color (decimal): -13373514 or 11988787. OLE color: 11988787.

HSL color Cylindrical-coordinate representation of color #33EFB6: hue angle of 161.81º 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 #33EFB6 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 51 239 182 -
CMYK 0.79 0 0.24 0.06
HSL 161.81º 0.85% 0.57% -
HSV(B) 161.81º 0.79% 0.94% -
XYZ 40.68 65.81 54.82 -
YUV 176.29 131.22 38.63 -
System Red Green Blue C M Y K H S L
Decimal 51 239 182 0.79 0 0.24 0.06 161.81 0.85 0.57
Hex 33 EF B6 4F 0 18 6 A2 55 39
Octal 63 357 266 117 0 30 6 242 125 71
Binary 110011 11101111 10110110 1001111 0 11000 110 10100010 1010101 111001

Color Harmonies of #33EFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EFB6

Black with #33EFB6

Text Example


Text Example

White with #33EFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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