Html Css Color HEX #0FF7CE Bright Turquoise

📋 copy color: '#0FF7CE'

red 15 ◦ green 247 ◦ blue 206

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

Shades of Bright Turquoise #0FF7CE

Tints of Bright Turquoise #0FF7CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 3.21%
G = 52.78%
B = 44.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#0FF7CE (or 0x0FF7CE) is known color: Bright Turquoise. HEX triplet: 0F, F7 and CE. RGB value is (15,247,206). Sum of RGB (Red+Green+Blue) = 15+247+206=468 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.21% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #0FF7CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF7CE is #F00831. Grayscale: #ACACAC. Windows color (decimal): -15730738 or 13563663. OLE color: 13563663.

HSL color Cylindrical-coordinate representation of color #0FF7CE: hue angle of 169.4º 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 #0FF7CE is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 15 247 206 -
CMYK 0.94 0 0.17 0.03
HSL 169.4º 0.94% 0.51% -
HSV(B) 169.4º 0.94% 0.97% -
XYZ 44.6 71.08 69.76 -
YUV 172.96 146.64 15.33 -
System Red Green Blue C M Y K H S L
Decimal 15 247 206 0.94 0 0.17 0.03 169.4 0.94 0.51
Hex F F7 CE 5E 0 11 3 A9 5E 33
Octal 17 367 316 136 0 21 3 251 136 63
Binary 1111 11110111 11001110 1011110 0 10001 11 10101001 1011110 110011

Color Harmonies of #0FF7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF7CE

Black with #0FF7CE

Text Example


Text Example

White with #0FF7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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