Html Css Color HEX #33ECBE Turquoise

📋 copy color: '#33ECBE'

red 51 ◦ green 236 ◦ blue 190

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

Shades of Turquoise #33ECBE

Tints of Turquoise #33ECBE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.48%

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 10.69%
G = 49.48%
B = 39.83%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#33ECBE (or 0x33ECBE) is known color: Turquoise. HEX triplet: 33, EC and BE. RGB value is (51,236,190). Sum of RGB (Red+Green+Blue) = 51+236+190=477 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.69% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #33ECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33ECBE is #CC1341. Grayscale: #AFAFAF. Windows color (decimal): -13374274 or 12512307. OLE color: 12512307.

HSL color Cylindrical-coordinate representation of color #33ECBE: hue angle of 165.08º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33ECBE is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 236 190 -
CMYK 0.78 0 0.19 0.07
HSL 165.08º 0.83% 0.56% -
HSV(B) 165.08º 0.78% 0.93% -
XYZ 40.65 64.41 59.01 -
YUV 175.44 136.21 39.24 -
System Red Green Blue C M Y K H S L
Decimal 51 236 190 0.78 0 0.19 0.07 165.08 0.83 0.56
Hex 33 EC BE 4E 0 13 7 A5 53 38
Octal 63 354 276 116 0 23 7 245 123 70
Binary 110011 11101100 10111110 1001110 0 10011 111 10100101 1010011 111000

Color Harmonies of #33ECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ECBE

Black with #33ECBE

Text Example


Text Example

White with #33ECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,236,190); }

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

background-color css

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

 a { background-color: rgb(51,236,190); }

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

border-color css

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

 span { border-color: rgb(51,236,190); }

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