Html Css Color HEX #07FFDA Bright Turquoise

📋 copy color: '#07FFDA'

red 7 ◦ green 255 ◦ blue 218

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

Shades of Bright Turquoise #07FFDA

Tints of Bright Turquoise #07FFDA

RGB

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

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

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

R = 1.46%
G = 53.13%
B = 45.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#07FFDA (or 0x07FFDA) is known color: Bright Turquoise. HEX triplet: 07, FF and DA. RGB value is (7,255,218). Sum of RGB (Red+Green+Blue) = 7+255+218=480 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #07FFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FFDA is #F80025. Grayscale: #B0B0B0. Windows color (decimal): -16252966 or 14352135. OLE color: 14352135.

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

Color convert

RGB 7 255 218 -
CMYK 0.97 0 0.15 0
HSL 171.05º 1% 0.51% -
HSV(B) 171.05º 0.97% 1% -
XYZ 48.5 76.63 78.56 -
YUV 176.63 151.34 7.01 -
System Red Green Blue C M Y K H S L
Decimal 7 255 218 0.97 0 0.15 0 171.05 1 0.51
Hex 7 FF DA 61 0 F 0 AB 64 33
Octal 7 377 332 141 0 17 0 253 144 63
Binary 111 11111111 11011010 1100001 0 1111 0 10101011 1100100 110011

Color Harmonies of #07FFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FFDA

Black with #07FFDA

Text Example


Text Example

White with #07FFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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