Html Css Color HEX #07F0CA Bright Turquoise

📋 copy color: '#07F0CA'

red 7 ◦ green 240 ◦ blue 202

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

Shades of Bright Turquoise #07F0CA

Tints of Bright Turquoise #07F0CA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.45%

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

R = 1.56%
G = 53.45%
B = 44.99%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#07F0CA (or 0x07F0CA) is known color: Bright Turquoise. HEX triplet: 07, F0 and CA. RGB value is (7,240,202). Sum of RGB (Red+Green+Blue) = 7+240+202=449 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #07F0CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F0CA is #F80F35. Grayscale: #A5A5A5. Windows color (decimal): -16256822 or 13299719. OLE color: 13299719.

HSL color Cylindrical-coordinate representation of color #07F0CA: hue angle of 170.21º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F0CA is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 240 202 -
CMYK 0.97 0 0.16 0.06
HSL 170.21º 0.94% 0.48% -
HSV(B) 170.21º 0.97% 0.94% -
XYZ 41.91 66.63 66.53 -
YUV 166 148.31 14.59 -
System Red Green Blue C M Y K H S L
Decimal 7 240 202 0.97 0 0.16 0.06 170.21 0.94 0.48
Hex 7 F0 CA 61 0 10 6 AA 5E 30
Octal 7 360 312 141 0 20 6 252 136 60
Binary 111 11110000 11001010 1100001 0 10000 110 10101010 1011110 110000

Color Harmonies of #07F0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F0CA

Black with #07F0CA

Text Example


Text Example

White with #07F0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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