Html Css Color HEX #07FCDC Bright Turquoise

📋 copy color: '#07FCDC'

red 7 ◦ green 252 ◦ blue 220

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

Shades of Bright Turquoise #07FCDC

Tints of Bright Turquoise #07FCDC

RGB

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

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

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

R = 1.46%
G = 52.61%
B = 45.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#07FCDC (or 0x07FCDC) is known color: Bright Turquoise. HEX triplet: 07, FC and DC. RGB value is (7,252,220). Sum of RGB (Red+Green+Blue) = 7+252+220=479 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #07FCDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FCDC is #F80323. Grayscale: #AEAEAE. Windows color (decimal): -16253732 or 14482439. OLE color: 14482439.

HSL color Cylindrical-coordinate representation of color #07FCDC: hue angle of 172.16º 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 #07FCDC is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 252 220 -
CMYK 0.97 0 0.13 0.01
HSL 172.16º 0.98% 0.51% -
HSV(B) 172.16º 0.97% 0.99% -
XYZ 47.82 74.83 79.63 -
YUV 175.1 153.33 8.1 -
System Red Green Blue C M Y K H S L
Decimal 7 252 220 0.97 0 0.13 0.01 172.16 0.98 0.51
Hex 7 FC DC 61 0 D 1 AC 62 33
Octal 7 374 334 141 0 15 1 254 142 63
Binary 111 11111100 11011100 1100001 0 1101 1 10101100 1100010 110011

Color Harmonies of #07FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FCDC

Black with #07FCDC

Text Example


Text Example

White with #07FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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