Html Css Color HEX #07FCCF Bright Turquoise

📋 copy color: '#07FCCF'

red 7 ◦ green 252 ◦ blue 207

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

Shades of Bright Turquoise #07FCCF

Tints of Bright Turquoise #07FCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 1.5%
G = 54.08%
B = 44.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#07FCCF (or 0x07FCCF) is known color: Bright Turquoise. HEX triplet: 07, FC and CF. RGB value is (7,252,207). Sum of RGB (Red+Green+Blue) = 7+252+207=466 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 466); Green value is 252 (98.83% from 255 or 54.08% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 252 - color contains mainly: green. Hex color #07FCCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FCCF is #F80330. Grayscale: #ADADAD. Windows color (decimal): -16253745 or 13630471. OLE color: 13630471.

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

Color convert

RGB 7 252 207 -
CMYK 0.97 0 0.18 0.01
HSL 168.98º 0.98% 0.51% -
HSV(B) 168.98º 0.97% 0.99% -
XYZ 46.16 74.17 70.92 -
YUV 173.62 146.83 9.16 -
System Red Green Blue C M Y K H S L
Decimal 7 252 207 0.97 0 0.18 0.01 168.98 0.98 0.51
Hex 7 FC CF 61 0 12 1 A9 62 33
Octal 7 374 317 141 0 22 1 251 142 63
Binary 111 11111100 11001111 1100001 0 10010 1 10101001 1100010 110011

Color Harmonies of #07FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FCCF

Black with #07FCCF

Text Example


Text Example

White with #07FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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