Html Css Color HEX #07F0DA Bright Turquoise

📋 copy color: '#07F0DA'

red 7 ◦ green 240 ◦ blue 218

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

Shades of Bright Turquoise #07F0DA

Tints of Bright Turquoise #07F0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 1.51%
G = 51.61%
B = 46.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#07F0DA (or 0x07F0DA) is known color: Bright Turquoise. HEX triplet: 07, F0 and DA. RGB value is (7,240,218). Sum of RGB (Red+Green+Blue) = 7+240+218=465 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #07F0DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F0DA is #F80F25. Grayscale: #A7A7A7. Windows color (decimal): -16256806 or 14348295. OLE color: 14348295.

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

Color convert

RGB 7 240 218 -
CMYK 0.97 0 0.09 0.06
HSL 174.33º 0.94% 0.48% -
HSV(B) 174.33º 0.97% 0.94% -
XYZ 43.9 67.43 77.03 -
YUV 167.83 156.31 13.29 -
System Red Green Blue C M Y K H S L
Decimal 7 240 218 0.97 0 0.09 0.06 174.33 0.94 0.48
Hex 7 F0 DA 61 0 9 6 AE 5E 30
Octal 7 360 332 141 0 11 6 256 136 60
Binary 111 11110000 11011010 1100001 0 1001 110 10101110 1011110 110000

Color Harmonies of #07F0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F0DA

Black with #07F0DA

Text Example


Text Example

White with #07F0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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