Html Css Color HEX #2FEFDC Turquoise

📋 copy color: '#2FEFDC'

red 47 ◦ green 239 ◦ blue 220

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

Shades of Turquoise #2FEFDC

Tints of Turquoise #2FEFDC

RGB

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

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

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

R = 9.29%
G = 47.23%
B = 43.48%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#2FEFDC (or 0x2FEFDC) is known color: Turquoise. HEX triplet: 2F, EF and DC. RGB value is (47,239,220). Sum of RGB (Red+Green+Blue) = 47+239+220=506 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.29% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEFDC is #D01023. Grayscale: #B3B3B3. Windows color (decimal): -13635620 or 14479151. OLE color: 14479151.

HSL color Cylindrical-coordinate representation of color #2FEFDC: hue angle of 174.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEFDC is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 239 220 -
CMYK 0.80 0 0.08 0.06
HSL 174.06º 0.86% 0.56% -
HSV(B) 174.06º 0.8% 0.94% -
XYZ 44.96 67.5 78.37 -
YUV 179.43 150.89 33.54 -
System Red Green Blue C M Y K H S L
Decimal 47 239 220 0.80 0 0.08 0.06 174.06 0.86 0.56
Hex 2F EF DC 50 0 8 6 AE 56 38
Octal 57 357 334 120 0 10 6 256 126 70
Binary 101111 11101111 11011100 1010000 0 1000 110 10101110 1010110 111000

Color Harmonies of #2FEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEFDC

Black with #2FEFDC

Text Example


Text Example

White with #2FEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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