Html Css Color HEX #2FE0DC Turquoise

📋 copy color: '#2FE0DC'

red 47 ◦ green 224 ◦ blue 220

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

Shades of Turquoise #2FE0DC

Tints of Turquoise #2FE0DC

RGB

 RED value IS 47 (18.75% from 255) = 9.57%

 GREEN value IS 224 (87.89% from 255) = 45.62%

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

R = 9.57%
G = 45.62%
B = 44.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#2FE0DC (or 0x2FE0DC) is known color: Turquoise. HEX triplet: 2F, E0 and DC. RGB value is (47,224,220). Sum of RGB (Red+Green+Blue) = 47+224+220=491 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.57% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE0DC is #D01F23. Grayscale: #AAAAAA. Windows color (decimal): -13639460 or 14475311. OLE color: 14475311.

HSL color Cylindrical-coordinate representation of color #2FE0DC: hue angle of 178.64º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE0DC is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 224 220 -
CMYK 0.79 0 0.02 0.12
HSL 178.64º 0.74% 0.53% -
HSV(B) 178.64º 0.79% 0.88% -
XYZ 40.75 59.08 76.97 -
YUV 170.62 155.86 39.83 -
System Red Green Blue C M Y K H S L
Decimal 47 224 220 0.79 0 0.02 0.12 178.64 0.74 0.53
Hex 2F E0 DC 4F 0 2 C B3 4A 35
Octal 57 340 334 117 0 2 14 263 112 65
Binary 101111 11100000 11011100 1001111 0 10 1100 10110011 1001010 110101

Color Harmonies of #2FE0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE0DC

Black with #2FE0DC

Text Example


Text Example

White with #2FE0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FE0DC; }

 p { color: rgb(47,224,220); }

 H1.HeaderClassName
 {
   color: #2FE0DC;
 }
 .AnyTagClassName
 {
   color: #2FE0DC;
 }
</style>

background-color css

<style>
 a { background-color: #2FE0DC; }

 a { background-color: rgb(47,224,220); }

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

border-color css

<style>
 span { border-color: #2FE0DC; }

 span { border-color: rgb(47,224,220); }

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