Html Css Color HEX #07FFDC Bright Turquoise

📋 copy color: '#07FFDC'

red 7 ◦ green 255 ◦ blue 220

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

Shades of Bright Turquoise #07FFDC

Tints of Bright Turquoise #07FFDC

RGB

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

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

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

R = 1.45%
G = 52.9%
B = 45.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#07FFDC (or 0x07FFDC) is known color: Bright Turquoise. HEX triplet: 07, FF and DC. RGB value is (7,255,220). Sum of RGB (Red+Green+Blue) = 7+255+220=482 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.45% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #07FFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FFDC is #F80023. Grayscale: #B0B0B0. Windows color (decimal): -16252964 or 14483207. OLE color: 14483207.

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

Color convert

RGB 7 255 220 -
CMYK 0.97 0 0.14 0
HSL 171.53º 1% 0.51% -
HSV(B) 171.53º 0.97% 1% -
XYZ 48.77 76.73 79.95 -
YUV 176.86 152.34 6.85 -
System Red Green Blue C M Y K H S L
Decimal 7 255 220 0.97 0 0.14 0 171.53 1 0.51
Hex 7 FF DC 61 0 E 0 AC 64 33
Octal 7 377 334 141 0 16 0 254 144 63
Binary 111 11111111 11011100 1100001 0 1110 0 10101100 1100100 110011

Color Harmonies of #07FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FFDC

Black with #07FFDC

Text Example


Text Example

White with #07FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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