Html Css Color HEX #0FE2DB Bright Turquoise

📋 copy color: '#0FE2DB'

red 15 ◦ green 226 ◦ blue 219

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

Shades of Bright Turquoise #0FE2DB

Tints of Bright Turquoise #0FE2DB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.13%

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

R = 3.26%
G = 49.13%
B = 47.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#0FE2DB (or 0x0FE2DB) is known color: Bright Turquoise. HEX triplet: 0F, E2 and DB. RGB value is (15,226,219). Sum of RGB (Red+Green+Blue) = 15+226+219=460 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.26% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE2DB is #F01D24. Grayscale: #A1A1A1. Windows color (decimal): -15736101 or 14410255. OLE color: 14410255.

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

Color convert

RGB 15 226 219 -
CMYK 0.93 0 0.03 0.11
HSL 178.01º 0.88% 0.47% -
HSV(B) 178.01º 0.93% 0.89% -
XYZ 40.18 59.61 76.41 -
YUV 162.11 160.1 23.07 -
System Red Green Blue C M Y K H S L
Decimal 15 226 219 0.93 0 0.03 0.11 178.01 0.88 0.47
Hex F E2 DB 5D 0 3 B B2 58 2F
Octal 17 342 333 135 0 3 13 262 130 57
Binary 1111 11100010 11011011 1011101 0 11 1011 10110010 1011000 101111

Color Harmonies of #0FE2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE2DB

Black with #0FE2DB

Text Example


Text Example

White with #0FE2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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