Html Css Color HEX #2FDCE9 Turquoise

📋 copy color: '#2FDCE9'

red 47 ◦ green 220 ◦ blue 233

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

Shades of Turquoise #2FDCE9

Tints of Turquoise #2FDCE9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44%

 BLUE value IS 233 (91.41% from 255) = 46.6%

R = 9.4%
G = 44%
B = 46.6%

CMYK

 C value IS 0.80

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2FDCE9 (or 0x2FDCE9) is known color: Turquoise. HEX triplet: 2F, DC and E9. RGB value is (47,220,233). Sum of RGB (Red+Green+Blue) = 47+220+233=500 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.4% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #2FDCE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDCE9 is #D02316. Grayscale: #A9A9A9. Windows color (decimal): -13640471 or 15326255. OLE color: 15326255.

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

Color convert

RGB 47 220 233 -
CMYK 0.80 0.06 0 0.09
HSL 184.19º 0.81% 0.55% -
HSV(B) 184.19º 0.8% 0.91% -
XYZ 41.47 57.67 86.04 -
YUV 169.76 163.69 40.44 -
System Red Green Blue C M Y K H S L
Decimal 47 220 233 0.80 0.06 0 0.09 184.19 0.81 0.55
Hex 2F DC E9 50 6 0 9 B8 51 37
Octal 57 334 351 120 6 0 11 270 121 67
Binary 101111 11011100 11101001 1010000 110 0 1001 10111000 1010001 110111

Color Harmonies of #2FDCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDCE9

Black with #2FDCE9

Text Example


Text Example

White with #2FDCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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