Html Css Color HEX #07FFCA Bright Turquoise

📋 copy color: '#07FFCA'

red 7 ◦ green 255 ◦ blue 202

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

Shades of Bright Turquoise #07FFCA

Tints of Bright Turquoise #07FFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 1.51%
G = 54.96%
B = 43.53%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#07FFCA (or 0x07FFCA) is known color: Bright Turquoise. HEX triplet: 07, FF and CA. RGB value is (7,255,202). Sum of RGB (Red+Green+Blue) = 7+255+202=464 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #07FFCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FFCA is #F80035. Grayscale: #AEAEAE. Windows color (decimal): -16252982 or 13303559. OLE color: 13303559.

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

Color convert

RGB 7 255 202 -
CMYK 0.97 0 0.21 0
HSL 167.18º 1% 0.51% -
HSV(B) 167.18º 0.97% 1% -
XYZ 46.51 75.83 68.06 -
YUV 174.81 143.34 8.31 -
System Red Green Blue C M Y K H S L
Decimal 7 255 202 0.97 0 0.21 0 167.18 1 0.51
Hex 7 FF CA 61 0 15 0 A7 64 33
Octal 7 377 312 141 0 25 0 247 144 63
Binary 111 11111111 11001010 1100001 0 10101 0 10100111 1100100 110011

Color Harmonies of #07FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FFCA

Black with #07FFCA

Text Example


Text Example

White with #07FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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