Html Css Color HEX #2FE7DB Turquoise

📋 copy color: '#2FE7DB'

red 47 ◦ green 231 ◦ blue 219

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

Shades of Turquoise #2FE7DB

Tints of Turquoise #2FE7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 9.46%
G = 46.48%
B = 44.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#2FE7DB (or 0x2FE7DB) is known color: Turquoise. HEX triplet: 2F, E7 and DB. RGB value is (47,231,219). Sum of RGB (Red+Green+Blue) = 47+231+219=497 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.46% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE7DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FE7DB is #D01824. Grayscale: #AEAEAE. Windows color (decimal): -13637669 or 14411567. OLE color: 14411567.

HSL color Cylindrical-coordinate representation of color #2FE7DB: hue angle of 176.09º 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 #2FE7DB is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 231 219 -
CMYK 0.80 0 0.05 0.09
HSL 176.09º 0.79% 0.55% -
HSV(B) 176.09º 0.8% 0.91% -
XYZ 42.53 62.87 76.91 -
YUV 174.62 153.04 36.98 -
System Red Green Blue C M Y K H S L
Decimal 47 231 219 0.80 0 0.05 0.09 176.09 0.79 0.55
Hex 2F E7 DB 50 0 5 9 B0 4F 37
Octal 57 347 333 120 0 5 11 260 117 67
Binary 101111 11100111 11011011 1010000 0 101 1001 10110000 1001111 110111

Color Harmonies of #2FE7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE7DB

Black with #2FE7DB

Text Example


Text Example

White with #2FE7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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