Html Css Color HEX #2FF9ED Turquoise

📋 copy color: '#2FF9ED'

red 47 ◦ green 249 ◦ blue 237

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

Shades of Turquoise #2FF9ED

Tints of Turquoise #2FF9ED

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.72%

 BLUE value IS 237 (92.97% from 255) = 44.47%

R = 8.82%
G = 46.72%
B = 44.47%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#2FF9ED (or 0x2FF9ED) is known color: Turquoise. HEX triplet: 2F, F9 and ED. RGB value is (47,249,237). Sum of RGB (Red+Green+Blue) = 47+249+237=533 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.82% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF9ED is #D00612. Grayscale: #BBBBBB. Windows color (decimal): -13633043 or 15595823. OLE color: 15595823.

HSL color Cylindrical-coordinate representation of color #2FF9ED: hue angle of 176.44º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF9ED is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 249 237 -
CMYK 0.81 0 0.05 0.02
HSL 176.44º 0.94% 0.58% -
HSV(B) 176.44º 0.81% 0.98% -
XYZ 50.33 74.47 91.84 -
YUV 187.23 156.08 27.98 -
System Red Green Blue C M Y K H S L
Decimal 47 249 237 0.81 0 0.05 0.02 176.44 0.94 0.58
Hex 2F F9 ED 51 0 5 2 B0 5E 3A
Octal 57 371 355 121 0 5 2 260 136 72
Binary 101111 11111001 11101101 1010001 0 101 10 10110000 1011110 111010

Color Harmonies of #2FF9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF9ED

Black with #2FF9ED

Text Example


Text Example

White with #2FF9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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