Html Css Color HEX #2FEDF5 Turquoise

📋 copy color: '#2FEDF5'

red 47 ◦ green 237 ◦ blue 245

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

Shades of Turquoise #2FEDF5

Tints of Turquoise #2FEDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.31%

R = 8.88%
G = 44.8%
B = 46.31%

CMYK

 C value IS 0.81

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2FEDF5 (or 0x2FEDF5) is known color: Turquoise. HEX triplet: 2F, ED and F5. RGB value is (47,237,245). Sum of RGB (Red+Green+Blue) = 47+237+245=529 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.88% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 245 - color contains mainly: blue. Hex color #2FEDF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEDF5 is #D0120A. Grayscale: #B4B4B4. Windows color (decimal): -13636107 or 16117039. OLE color: 16117039.

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

Color convert

RGB 47 237 245 -
CMYK 0.81 0.03 0 0.04
HSL 182.42º 0.91% 0.57% -
HSV(B) 182.42º 0.81% 0.96% -
XYZ 47.94 67.77 96.94 -
YUV 181.1 164.05 32.35 -
System Red Green Blue C M Y K H S L
Decimal 47 237 245 0.81 0.03 0 0.04 182.42 0.91 0.57
Hex 2F ED F5 51 3 0 4 B6 5B 39
Octal 57 355 365 121 3 0 4 266 133 71
Binary 101111 11101101 11110101 1010001 11 0 100 10110110 1011011 111001

Color Harmonies of #2FEDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEDF5

Black with #2FEDF5

Text Example


Text Example

White with #2FEDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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