Html Css Color HEX #33EEC5 Turquoise

📋 copy color: '#33EEC5'

red 51 ◦ green 238 ◦ blue 197

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

Shades of Turquoise #33EEC5

Tints of Turquoise #33EEC5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.97%

 BLUE value IS 197 (77.34% from 255) = 40.53%

R = 10.49%
G = 48.97%
B = 40.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#33EEC5 (or 0x33EEC5) is known color: Turquoise. HEX triplet: 33, EE and C5. RGB value is (51,238,197). Sum of RGB (Red+Green+Blue) = 51+238+197=486 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.49% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #33EEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EEC5 is #CC113A. Grayscale: #B1B1B1. Windows color (decimal): -13373755 or 12971571. OLE color: 12971571.

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

Color convert

RGB 51 238 197 -
CMYK 0.79 0 0.17 0.07
HSL 166.84º 0.85% 0.57% -
HSV(B) 166.84º 0.79% 0.93% -
XYZ 42.02 65.88 63.33 -
YUV 177.41 139.05 37.83 -
System Red Green Blue C M Y K H S L
Decimal 51 238 197 0.79 0 0.17 0.07 166.84 0.85 0.57
Hex 33 EE C5 4F 0 11 7 A7 55 39
Octal 63 356 305 117 0 21 7 247 125 71
Binary 110011 11101110 11000101 1001111 0 10001 111 10100111 1010101 111001

Color Harmonies of #33EEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EEC5

Black with #33EEC5

Text Example


Text Example

White with #33EEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,238,197); }

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

background-color css

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

 a { background-color: rgb(51,238,197); }

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

border-color css

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

 span { border-color: rgb(51,238,197); }

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