Html Css Color HEX #33EFDC Turquoise

📋 copy color: '#33EFDC'

red 51 ◦ green 239 ◦ blue 220

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

Shades of Turquoise #33EFDC

Tints of Turquoise #33EFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 10%
G = 46.86%
B = 43.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#33EFDC (or 0x33EFDC) is known color: Turquoise. HEX triplet: 33, EF and DC. RGB value is (51,239,220). Sum of RGB (Red+Green+Blue) = 51+239+220=510 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #33EFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EFDC is #CC1023. Grayscale: #B4B4B4. Windows color (decimal): -13373476 or 14479155. OLE color: 14479155.

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

Color convert

RGB 51 239 220 -
CMYK 0.79 0 0.08 0.06
HSL 173.94º 0.85% 0.57% -
HSV(B) 173.94º 0.79% 0.94% -
XYZ 45.15 67.6 78.38 -
YUV 180.62 150.22 35.54 -
System Red Green Blue C M Y K H S L
Decimal 51 239 220 0.79 0 0.08 0.06 173.94 0.85 0.57
Hex 33 EF DC 4F 0 8 6 AE 55 39
Octal 63 357 334 117 0 10 6 256 125 71
Binary 110011 11101111 11011100 1001111 0 1000 110 10101110 1010101 111001

Color Harmonies of #33EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EFDC

Black with #33EFDC

Text Example


Text Example

White with #33EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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