Html Css Color HEX #0FEDCD Bright Turquoise

📋 copy color: '#0FEDCD'

red 15 ◦ green 237 ◦ blue 205

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

Shades of Bright Turquoise #0FEDCD

Tints of Bright Turquoise #0FEDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 3.28%
G = 51.86%
B = 44.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#0FEDCD (or 0x0FEDCD) is known color: Bright Turquoise. HEX triplet: 0F, ED and CD. RGB value is (15,237,205). Sum of RGB (Red+Green+Blue) = 15+237+205=457 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 457); Green value is 237 (92.97% from 255 or 51.86% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 237 - color contains mainly: green. Hex color #0FEDCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEDCD is #F01232. Grayscale: #A6A6A6. Windows color (decimal): -15733299 or 13495567. OLE color: 13495567.

HSL color Cylindrical-coordinate representation of color #0FEDCD: hue angle of 171.35º 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 #0FEDCD is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 237 205 -
CMYK 0.94 0 0.14 0.07
HSL 171.35º 0.88% 0.49% -
HSV(B) 171.35º 0.94% 0.93% -
XYZ 41.5 65.08 68.13 -
YUV 166.97 149.45 19.6 -
System Red Green Blue C M Y K H S L
Decimal 15 237 205 0.94 0 0.14 0.07 171.35 0.88 0.49
Hex F ED CD 5E 0 E 7 AB 58 31
Octal 17 355 315 136 0 16 7 253 130 61
Binary 1111 11101101 11001101 1011110 0 1110 111 10101011 1011000 110001

Color Harmonies of #0FEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEDCD

Black with #0FEDCD

Text Example


Text Example

White with #0FEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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