Html Css Color HEX #2FE7DD Turquoise

📋 copy color: '#2FE7DD'

red 47 ◦ green 231 ◦ blue 221

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

Shades of Turquoise #2FE7DD

Tints of Turquoise #2FE7DD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.29%

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 9.42%
G = 46.29%
B = 44.29%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#2FE7DD (or 0x2FE7DD) is known color: Turquoise. HEX triplet: 2F, E7 and DD. RGB value is (47,231,221). Sum of RGB (Red+Green+Blue) = 47+231+221=499 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.42% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE7DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FE7DD is #D01822. Grayscale: #AEAEAE. Windows color (decimal): -13637667 or 14542639. OLE color: 14542639.

HSL color Cylindrical-coordinate representation of color #2FE7DD: hue angle of 176.74º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE7DD is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 231 221 -
CMYK 0.80 0 0.04 0.09
HSL 176.74º 0.79% 0.55% -
HSV(B) 176.74º 0.8% 0.91% -
XYZ 42.8 62.98 78.31 -
YUV 174.84 154.04 36.81 -
System Red Green Blue C M Y K H S L
Decimal 47 231 221 0.80 0 0.04 0.09 176.74 0.79 0.55
Hex 2F E7 DD 50 0 4 9 B1 4F 37
Octal 57 347 335 120 0 4 11 261 117 67
Binary 101111 11100111 11011101 1010000 0 100 1001 10110001 1001111 110111

Color Harmonies of #2FE7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE7DD

Black with #2FE7DD

Text Example


Text Example

White with #2FE7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,231,221); }

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

background-color css

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

 a { background-color: rgb(47,231,221); }

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

border-color css

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

 span { border-color: rgb(47,231,221); }

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