Html Css Color HEX #2FDCE8 Turquoise

📋 copy color: '#2FDCE8'

red 47 ◦ green 220 ◦ blue 232

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

Shades of Turquoise #2FDCE8

Tints of Turquoise #2FDCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.49%

R = 9.42%
G = 44.09%
B = 46.49%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2FDCE8 (or 0x2FDCE8) is known color: Turquoise. HEX triplet: 2F, DC and E8. RGB value is (47,220,232). Sum of RGB (Red+Green+Blue) = 47+220+232=499 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.42% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 232 - color contains mainly: blue. Hex color #2FDCE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDCE8 is #D02317. Grayscale: #A9A9A9. Windows color (decimal): -13640472 or 15260719. OLE color: 15260719.

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

Color convert

RGB 47 220 232 -
CMYK 0.80 0.05 0 0.09
HSL 183.89º 0.8% 0.55% -
HSV(B) 183.89º 0.8% 0.91% -
XYZ 41.33 57.62 85.29 -
YUV 169.64 163.19 40.52 -
System Red Green Blue C M Y K H S L
Decimal 47 220 232 0.80 0.05 0 0.09 183.89 0.8 0.55
Hex 2F DC E8 50 5 0 9 B8 50 37
Octal 57 334 350 120 5 0 11 270 120 67
Binary 101111 11011100 11101000 1010000 101 0 1001 10111000 1010000 110111

Color Harmonies of #2FDCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDCE8

Black with #2FDCE8

Text Example


Text Example

White with #2FDCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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