Html Css Color HEX #2FDCEF Turquoise

📋 copy color: '#2FDCEF'

red 47 ◦ green 220 ◦ blue 239

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

Shades of Turquoise #2FDCEF

Tints of Turquoise #2FDCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 9.29%
G = 43.48%
B = 47.23%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2FDCEF (or 0x2FDCEF) is known color: Turquoise. HEX triplet: 2F, DC and EF. RGB value is (47,220,239). Sum of RGB (Red+Green+Blue) = 47+220+239=506 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.29% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #2FDCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDCEF is #D02310. Grayscale: #AAAAAA. Windows color (decimal): -13640465 or 15719471. OLE color: 15719471.

HSL color Cylindrical-coordinate representation of color #2FDCEF: hue angle of 185.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FDCEF is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 220 239 -
CMYK 0.80 0.08 0 0.06
HSL 185.94º 0.86% 0.56% -
HSV(B) 185.94º 0.8% 0.94% -
XYZ 42.35 58.02 90.63 -
YUV 170.44 166.69 39.96 -
System Red Green Blue C M Y K H S L
Decimal 47 220 239 0.80 0.08 0 0.06 185.94 0.86 0.56
Hex 2F DC EF 50 8 0 6 BA 56 38
Octal 57 334 357 120 10 0 6 272 126 70
Binary 101111 11011100 11101111 1010000 1000 0 110 10111010 1010110 111000

Color Harmonies of #2FDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDCEF

Black with #2FDCEF

Text Example


Text Example

White with #2FDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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