Html Css Color HEX #07FCDE Bright Turquoise

📋 copy color: '#07FCDE'

red 7 ◦ green 252 ◦ blue 222

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

Shades of Bright Turquoise #07FCDE

Tints of Bright Turquoise #07FCDE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.39%

 BLUE value IS 222 (87.11% from 255) = 46.15%

R = 1.46%
G = 52.39%
B = 46.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#07FCDE (or 0x07FCDE) is known color: Bright Turquoise. HEX triplet: 07, FC and DE. RGB value is (7,252,222). Sum of RGB (Red+Green+Blue) = 7+252+222=481 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #07FCDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FCDE is #F80321. Grayscale: #AFAFAF. Windows color (decimal): -16253730 or 14613511. OLE color: 14613511.

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

Color convert

RGB 7 252 222 -
CMYK 0.97 0 0.12 0.01
HSL 172.65º 0.98% 0.51% -
HSV(B) 172.65º 0.97% 0.99% -
XYZ 48.08 74.94 81.04 -
YUV 175.33 154.33 7.94 -
System Red Green Blue C M Y K H S L
Decimal 7 252 222 0.97 0 0.12 0.01 172.65 0.98 0.51
Hex 7 FC DE 61 0 C 1 AD 62 33
Octal 7 374 336 141 0 14 1 255 142 63
Binary 111 11111100 11011110 1100001 0 1100 1 10101101 1100010 110011

Color Harmonies of #07FCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FCDE

Black with #07FCDE

Text Example


Text Example

White with #07FCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,252,222); }

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

background-color css

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

 a { background-color: rgb(7,252,222); }

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

border-color css

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

 span { border-color: rgb(7,252,222); }

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