Html Css Color HEX #2FD4DB Turquoise

📋 copy color: '#2FD4DB'

red 47 ◦ green 212 ◦ blue 219

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

Shades of Turquoise #2FD4DB

Tints of Turquoise #2FD4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.35%

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

R = 9.83%
G = 44.35%
B = 45.82%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2FD4DB (or 0x2FD4DB) is known color: Turquoise. HEX triplet: 2F, D4 and DB. RGB value is (47,212,219). Sum of RGB (Red+Green+Blue) = 47+212+219=478 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.83% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FD4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD4DB is #D02B24. Grayscale: #A3A3A3. Windows color (decimal): -13642533 or 14406703. OLE color: 14406703.

HSL color Cylindrical-coordinate representation of color #2FD4DB: hue angle of 182.44º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FD4DB is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 212 219 -
CMYK 0.79 0.03 0 0.14
HSL 182.44º 0.7% 0.52% -
HSV(B) 182.44º 0.79% 0.86% -
XYZ 37.5 52.81 75.23 -
YUV 163.46 159.34 44.93 -
System Red Green Blue C M Y K H S L
Decimal 47 212 219 0.79 0.03 0 0.14 182.44 0.7 0.52
Hex 2F D4 DB 4F 3 0 E B6 46 34
Octal 57 324 333 117 3 0 16 266 106 64
Binary 101111 11010100 11011011 1001111 11 0 1110 10110110 1000110 110100

Color Harmonies of #2FD4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD4DB

Black with #2FD4DB

Text Example


Text Example

White with #2FD4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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