Html Css Color HEX #0FE4DB Bright Turquoise

📋 copy color: '#0FE4DB'

red 15 ◦ green 228 ◦ blue 219

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

Shades of Bright Turquoise #0FE4DB

Tints of Bright Turquoise #0FE4DB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.35%

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

R = 3.25%
G = 49.35%
B = 47.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#0FE4DB (or 0x0FE4DB) is known color: Bright Turquoise. HEX triplet: 0F, E4 and DB. RGB value is (15,228,219). Sum of RGB (Red+Green+Blue) = 15+228+219=462 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.25% from 462); Green value is 228 (89.45% from 255 or 49.35% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE4DB is #F01B24. Grayscale: #A3A3A3. Windows color (decimal): -15735589 or 14410767. OLE color: 14410767.

HSL color Cylindrical-coordinate representation of color #0FE4DB: hue angle of 177.46º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE4DB is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 15 228 219 -
CMYK 0.93 0 0.04 0.11
HSL 177.46º 0.88% 0.48% -
HSV(B) 177.46º 0.93% 0.89% -
XYZ 40.73 60.7 76.59 -
YUV 163.29 159.43 22.23 -
System Red Green Blue C M Y K H S L
Decimal 15 228 219 0.93 0 0.04 0.11 177.46 0.88 0.48
Hex F E4 DB 5D 0 4 B B1 58 30
Octal 17 344 333 135 0 4 13 261 130 60
Binary 1111 11100100 11011011 1011101 0 100 1011 10110001 1011000 110000

Color Harmonies of #0FE4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE4DB

Black with #0FE4DB

Text Example


Text Example

White with #0FE4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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