Html Css Color HEX #0FFEDB Bright Turquoise

📋 copy color: '#0FFEDB'

red 15 ◦ green 254 ◦ blue 219

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

Shades of Bright Turquoise #0FFEDB

Tints of Bright Turquoise #0FFEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 3.07%
G = 52.05%
B = 44.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#0FFEDB (or 0x0FFEDB) is known color: Bright Turquoise. HEX triplet: 0F, FE and DB. RGB value is (15,254,219). Sum of RGB (Red+Green+Blue) = 15+254+219=488 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.07% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFEDB is #F00124. Grayscale: #B2B2B2. Windows color (decimal): -15728933 or 14417423. OLE color: 14417423.

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

Color convert

RGB 15 254 219 -
CMYK 0.94 0 0.14 0.00
HSL 171.21º 0.99% 0.53% -
HSV(B) 171.21º 0.94% 1% -
XYZ 48.43 76.1 79.15 -
YUV 178.55 150.82 11.35 -
System Red Green Blue C M Y K H S L
Decimal 15 254 219 0.94 0 0.14 0.00 171.21 0.99 0.53
Hex F FE DB 5E 0 E 0 AB 63 35
Octal 17 376 333 136 0 16 0 253 143 65
Binary 1111 11111110 11011011 1011110 0 1110 0 10101011 1100011 110101

Color Harmonies of #0FFEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFEDB

Black with #0FFEDB

Text Example


Text Example

White with #0FFEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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