Html Css Color HEX #0FEDC9 Bright Turquoise

📋 copy color: '#0FEDC9'

red 15 ◦ green 237 ◦ blue 201

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

Shades of Bright Turquoise #0FEDC9

Tints of Bright Turquoise #0FEDC9

RGB

 RED value IS 15 (6.25% from 255) = 3.31%

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

 BLUE value IS 201 (78.91% from 255) = 44.37%

R = 3.31%
G = 52.32%
B = 44.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#0FEDC9 (or 0x0FEDC9) is known color: Bright Turquoise. HEX triplet: 0F, ED and C9. RGB value is (15,237,201). Sum of RGB (Red+Green+Blue) = 15+237+201=453 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.31% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #0FEDC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEDC9 is #F01236. Grayscale: #A6A6A6. Windows color (decimal): -15733303 or 13233423. OLE color: 13233423.

HSL color Cylindrical-coordinate representation of color #0FEDC9: hue angle of 170.27º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEDC9 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 237 201 -
CMYK 0.94 0 0.15 0.07
HSL 170.27º 0.88% 0.49% -
HSV(B) 170.27º 0.94% 0.93% -
XYZ 41.02 64.89 65.62 -
YUV 166.52 147.45 19.93 -
System Red Green Blue C M Y K H S L
Decimal 15 237 201 0.94 0 0.15 0.07 170.27 0.88 0.49
Hex F ED C9 5E 0 F 7 AA 58 31
Octal 17 355 311 136 0 17 7 252 130 61
Binary 1111 11101101 11001001 1011110 0 1111 111 10101010 1011000 110001

Color Harmonies of #0FEDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEDC9

Black with #0FEDC9

Text Example


Text Example

White with #0FEDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FEDC9; }

 p { color: rgb(15,237,201); }

 H1.HeaderClassName
 {
   color: #0FEDC9;
 }
 .AnyTagClassName
 {
   color: #0FEDC9;
 }
</style>

background-color css

<style>
 a { background-color: #0FEDC9; }

 a { background-color: rgb(15,237,201); }

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

border-color css

<style>
 span { border-color: #0FEDC9; }

 span { border-color: rgb(15,237,201); }

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