Html Css Color HEX #07FFCE Bright Turquoise

📋 copy color: '#07FFCE'

red 7 ◦ green 255 ◦ blue 206

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

Shades of Bright Turquoise #07FFCE

Tints of Bright Turquoise #07FFCE

RGB

 RED value IS 7 (3.13% from 255) = 1.5%

 GREEN value IS 255 (100% from 255) = 54.49%

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

R = 1.5%
G = 54.49%
B = 44.02%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#07FFCE (or 0x07FFCE) is known color: Bright Turquoise. HEX triplet: 07, FF and CE. RGB value is (7,255,206). Sum of RGB (Red+Green+Blue) = 7+255+206=468 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #07FFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FFCE is #F80031. Grayscale: #AFAFAF. Windows color (decimal): -16252978 or 13565703. OLE color: 13565703.

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

Color convert

RGB 7 255 206 -
CMYK 0.97 0 0.19 0
HSL 168.15º 1% 0.51% -
HSV(B) 168.15º 0.97% 1% -
XYZ 46.99 76.02 70.59 -
YUV 175.26 145.34 7.98 -
System Red Green Blue C M Y K H S L
Decimal 7 255 206 0.97 0 0.19 0 168.15 1 0.51
Hex 7 FF CE 61 0 13 0 A8 64 33
Octal 7 377 316 141 0 23 0 250 144 63
Binary 111 11111111 11001110 1100001 0 10011 0 10101000 1100100 110011

Color Harmonies of #07FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FFCE

Black with #07FFCE

Text Example


Text Example

White with #07FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07FFCE; }

 p { color: rgb(7,255,206); }

 H1.HeaderClassName
 {
   color: #07FFCE;
 }
 .AnyTagClassName
 {
   color: #07FFCE;
 }
</style>

background-color css

<style>
 a { background-color: #07FFCE; }

 a { background-color: rgb(7,255,206); }

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

border-color css

<style>
 span { border-color: #07FFCE; }

 span { border-color: rgb(7,255,206); }

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