Html Css Color HEX #0FDEDB Bright Turquoise

📋 copy color: '#0FDEDB'

red 15 ◦ green 222 ◦ blue 219

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

Shades of Bright Turquoise #0FDEDB

Tints of Bright Turquoise #0FDEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.68%

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

R = 3.29%
G = 48.68%
B = 48.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#0FDEDB (or 0x0FDEDB) is known color: Bright Turquoise. HEX triplet: 0F, DE and DB. RGB value is (15,222,219). Sum of RGB (Red+Green+Blue) = 15+222+219=456 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.29% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDEDB is #F02124. Grayscale: #9F9F9F. Windows color (decimal): -15737125 or 14409231. OLE color: 14409231.

HSL color Cylindrical-coordinate representation of color #0FDEDB: hue angle of 179.13º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDEDB is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 222 219 -
CMYK 0.93 0 0.01 0.13
HSL 179.13º 0.87% 0.46% -
HSV(B) 179.13º 0.93% 0.87% -
XYZ 39.1 57.46 76.05 -
YUV 159.77 161.42 24.74 -
System Red Green Blue C M Y K H S L
Decimal 15 222 219 0.93 0 0.01 0.13 179.13 0.87 0.46
Hex F DE DB 5D 0 1 D B3 57 2E
Octal 17 336 333 135 0 1 15 263 127 56
Binary 1111 11011110 11011011 1011101 0 1 1101 10110011 1010111 101110

Color Harmonies of #0FDEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDEDB

Black with #0FDEDB

Text Example


Text Example

White with #0FDEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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