Html Css Color HEX #0FF7DC Bright Turquoise

📋 copy color: '#0FF7DC'

red 15 ◦ green 247 ◦ blue 220

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

Shades of Bright Turquoise #0FF7DC

Tints of Bright Turquoise #0FF7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.24%

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 3.11%
G = 51.24%
B = 45.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#0FF7DC (or 0x0FF7DC) is known color: Bright Turquoise. HEX triplet: 0F, F7 and DC. RGB value is (15,247,220). Sum of RGB (Red+Green+Blue) = 15+247+220=482 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.11% from 482); Green value is 247 (96.88% from 255 or 51.24% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 247 - color contains mainly: green. Hex color #0FF7DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF7DC is #F00823. Grayscale: #AEAEAE. Windows color (decimal): -15730724 or 14481167. OLE color: 14481167.

HSL color Cylindrical-coordinate representation of color #0FF7DC: hue angle of 173.02º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF7DC is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 15 247 220 -
CMYK 0.94 0 0.11 0.03
HSL 173.02º 0.94% 0.51% -
HSV(B) 173.02º 0.94% 0.97% -
XYZ 46.38 71.79 79.12 -
YUV 174.55 153.64 14.2 -
System Red Green Blue C M Y K H S L
Decimal 15 247 220 0.94 0 0.11 0.03 173.02 0.94 0.51
Hex F F7 DC 5E 0 B 3 AD 5E 33
Octal 17 367 334 136 0 13 3 255 136 63
Binary 1111 11110111 11011100 1011110 0 1011 11 10101101 1011110 110011

Color Harmonies of #0FF7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF7DC

Black with #0FF7DC

Text Example


Text Example

White with #0FF7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,247,220); }

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

background-color css

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

 a { background-color: rgb(15,247,220); }

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

border-color css

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

 span { border-color: rgb(15,247,220); }

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