Html Css Color HEX #07D7F0 Bright Turquoise

📋 copy color: '#07D7F0'

red 7 ◦ green 215 ◦ blue 240

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

Shades of Bright Turquoise #07D7F0

Tints of Bright Turquoise #07D7F0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.54%

 BLUE value IS 240 (94.14% from 255) = 51.95%

R = 1.52%
G = 46.54%
B = 51.95%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#07D7F0 (or 0x07D7F0) is known color: Bright Turquoise. HEX triplet: 07, D7 and F0. RGB value is (7,215,240). Sum of RGB (Red+Green+Blue) = 7+215+240=462 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.52% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 240 (94.14% from 255 or 51.95% from 462); Max value from RGB is 240 - color contains mainly: blue. Hex color #07D7F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D7F0 is #F8280F. Grayscale: #9B9B9B. Windows color (decimal): -16263184 or 15783687. OLE color: 15783687.

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

Color convert

RGB 7 215 240 -
CMYK 0.97 0.10 0 0.06
HSL 186.44º 0.94% 0.48% -
HSV(B) 186.44º 0.97% 0.94% -
XYZ 40.12 54.94 90.93 -
YUV 155.66 175.59 21.97 -
System Red Green Blue C M Y K H S L
Decimal 7 215 240 0.97 0.10 0 0.06 186.44 0.94 0.48
Hex 7 D7 F0 61 A 0 6 BA 5E 30
Octal 7 327 360 141 12 0 6 272 136 60
Binary 111 11010111 11110000 1100001 1010 0 110 10111010 1011110 110000

Color Harmonies of #07D7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D7F0

Black with #07D7F0

Text Example


Text Example

White with #07D7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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