Html Css Color HEX #0FFEDD Bright Turquoise

📋 copy color: '#0FFEDD'

red 15 ◦ green 254 ◦ blue 221

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

Shades of Bright Turquoise #0FFEDD

Tints of Bright Turquoise #0FFEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.84%

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 3.06%
G = 51.84%
B = 45.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#0FFEDD (or 0x0FFEDD) is known color: Bright Turquoise. HEX triplet: 0F, FE and DD. RGB value is (15,254,221). Sum of RGB (Red+Green+Blue) = 15+254+221=490 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.06% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFEDD is #F00122. Grayscale: #B2B2B2. Windows color (decimal): -15728931 or 14548495. OLE color: 14548495.

HSL color Cylindrical-coordinate representation of color #0FFEDD: hue angle of 171.72º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFEDD is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 15 254 221 -
CMYK 0.94 0 0.13 0.00
HSL 171.72º 0.99% 0.53% -
HSV(B) 171.72º 0.94% 1% -
XYZ 48.69 76.21 80.55 -
YUV 178.78 151.82 11.18 -
System Red Green Blue C M Y K H S L
Decimal 15 254 221 0.94 0 0.13 0.00 171.72 0.99 0.53
Hex F FE DD 5E 0 D 0 AC 63 35
Octal 17 376 335 136 0 15 0 254 143 65
Binary 1111 11111110 11011101 1011110 0 1101 0 10101100 1100011 110101

Color Harmonies of #0FFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFEDD

Black with #0FFEDD

Text Example


Text Example

White with #0FFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,254,221); }

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

background-color css

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

 a { background-color: rgb(15,254,221); }

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

border-color css

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

 span { border-color: rgb(15,254,221); }

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