Html Css Color HEX #2FEDF7 Turquoise

📋 copy color: '#2FEDF7'

red 47 ◦ green 237 ◦ blue 247

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

Shades of Turquoise #2FEDF7

Tints of Turquoise #2FEDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46.52%

R = 8.85%
G = 44.63%
B = 46.52%

CMYK

 C value IS 0.81

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2FEDF7 (or 0x2FEDF7) is known color: Turquoise. HEX triplet: 2F, ED and F7. RGB value is (47,237,247). Sum of RGB (Red+Green+Blue) = 47+237+247=531 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.85% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #2FEDF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEDF7 is #D01208. Grayscale: #B5B5B5. Windows color (decimal): -13636105 or 16248111. OLE color: 16248111.

HSL color Cylindrical-coordinate representation of color #2FEDF7: hue angle of 183º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FEDF7 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 47 237 247 -
CMYK 0.81 0.04 0 0.03
HSL 183º 0.93% 0.58% -
HSV(B) 183º 0.81% 0.97% -
XYZ 48.24 67.89 98.56 -
YUV 181.33 165.05 32.19 -
System Red Green Blue C M Y K H S L
Decimal 47 237 247 0.81 0.04 0 0.03 183 0.93 0.58
Hex 2F ED F7 51 4 0 3 B7 5D 3A
Octal 57 355 367 121 4 0 3 267 135 72
Binary 101111 11101101 11110111 1010001 100 0 11 10110111 1011101 111010

Color Harmonies of #2FEDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEDF7

Black with #2FEDF7

Text Example


Text Example

White with #2FEDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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