Html Css Color HEX #07D8DF Bright Turquoise

📋 copy color: '#07D8DF'

red 7 ◦ green 216 ◦ blue 223

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

Shades of Bright Turquoise #07D8DF

Tints of Bright Turquoise #07D8DF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.43%

 BLUE value IS 223 (87.5% from 255) = 50%

R = 1.57%
G = 48.43%
B = 50%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#07D8DF (or 0x07D8DF) is known color: Bright Turquoise. HEX triplet: 07, D8 and DF. RGB value is (7,216,223). Sum of RGB (Red+Green+Blue) = 7+216+223=446 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #07D8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D8DF is #F82720. Grayscale: #9A9A9A. Windows color (decimal): -16262945 or 14669831. OLE color: 14669831.

HSL color Cylindrical-coordinate representation of color #07D8DF: hue angle of 181.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D8DF is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 216 223 -
CMYK 0.97 0.03 0 0.13
HSL 181.94º 0.94% 0.45% -
HSV(B) 181.94º 0.97% 0.87% -
XYZ 37.96 54.48 78.33 -
YUV 154.31 166.76 22.93 -
System Red Green Blue C M Y K H S L
Decimal 7 216 223 0.97 0.03 0 0.13 181.94 0.94 0.45
Hex 7 D8 DF 61 3 0 D B6 5E 2D
Octal 7 330 337 141 3 0 15 266 136 55
Binary 111 11011000 11011111 1100001 11 0 1101 10110110 1011110 101101

Color Harmonies of #07D8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D8DF

Black with #07D8DF

Text Example


Text Example

White with #07D8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,216,223); }

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

background-color css

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

 a { background-color: rgb(7,216,223); }

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

border-color css

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

 span { border-color: rgb(7,216,223); }

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