Html Css Color HEX #2FEDCF Turquoise

📋 copy color: '#2FEDCF'

red 47 ◦ green 237 ◦ blue 207

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

Shades of Turquoise #2FEDCF

Tints of Turquoise #2FEDCF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.27%

 BLUE value IS 207 (81.25% from 255) = 42.16%

R = 9.57%
G = 48.27%
B = 42.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#2FEDCF (or 0x2FEDCF) is known color: Turquoise. HEX triplet: 2F, ED and CF. RGB value is (47,237,207). Sum of RGB (Red+Green+Blue) = 47+237+207=491 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.57% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #2FEDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEDCF is #D01230. Grayscale: #B0B0B0. Windows color (decimal): -13636145 or 13626671. OLE color: 13626671.

HSL color Cylindrical-coordinate representation of color #2FEDCF: hue angle of 170.53º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEDCF is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 237 207 -
CMYK 0.80 0 0.13 0.07
HSL 170.53º 0.84% 0.56% -
HSV(B) 170.53º 0.8% 0.93% -
XYZ 42.72 65.68 69.46 -
YUV 176.77 145.05 35.44 -
System Red Green Blue C M Y K H S L
Decimal 47 237 207 0.80 0 0.13 0.07 170.53 0.84 0.56
Hex 2F ED CF 50 0 D 7 AB 54 38
Octal 57 355 317 120 0 15 7 253 124 70
Binary 101111 11101101 11001111 1010000 0 1101 111 10101011 1010100 111000

Color Harmonies of #2FEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEDCF

Black with #2FEDCF

Text Example


Text Example

White with #2FEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,237,207); }

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

background-color css

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

 a { background-color: rgb(47,237,207); }

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

border-color css

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

 span { border-color: rgb(47,237,207); }

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