Html Css Color HEX #0FE6DD Bright Turquoise

📋 copy color: '#0FE6DD'

red 15 ◦ green 230 ◦ blue 221

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

Shades of Bright Turquoise #0FE6DD

Tints of Bright Turquoise #0FE6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.36%

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

R = 3.22%
G = 49.36%
B = 47.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#0FE6DD (or 0x0FE6DD) is known color: Bright Turquoise. HEX triplet: 0F, E6 and DD. RGB value is (15,230,221). Sum of RGB (Red+Green+Blue) = 15+230+221=466 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.22% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #0FE6DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FE6DD is #F01922. Grayscale: #A4A4A4. Windows color (decimal): -15735075 or 14542351. OLE color: 14542351.

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

Color convert

RGB 15 230 221 -
CMYK 0.93 0 0.04 0.10
HSL 177.49º 0.88% 0.48% -
HSV(B) 177.49º 0.93% 0.9% -
XYZ 41.54 61.92 78.17 -
YUV 164.69 159.77 21.23 -
System Red Green Blue C M Y K H S L
Decimal 15 230 221 0.93 0 0.04 0.10 177.49 0.88 0.48
Hex F E6 DD 5D 0 4 A B1 58 30
Octal 17 346 335 135 0 4 12 261 130 60
Binary 1111 11100110 11011101 1011101 0 100 1010 10110001 1011000 110000

Color Harmonies of #0FE6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE6DD

Black with #0FE6DD

Text Example


Text Example

White with #0FE6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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