Html Css Color HEX #07DCD8 Bright Turquoise

📋 copy color: '#07DCD8'

red 7 ◦ green 220 ◦ blue 216

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

Shades of Bright Turquoise #07DCD8

Tints of Bright Turquoise #07DCD8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.66%

 BLUE value IS 216 (84.77% from 255) = 48.76%

R = 1.58%
G = 49.66%
B = 48.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#07DCD8 (or 0x07DCD8) is known color: Bright Turquoise. HEX triplet: 07, DC and D8. RGB value is (7,220,216). Sum of RGB (Red+Green+Blue) = 7+220+216=443 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.58% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #07DCD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DCD8 is #F82327. Grayscale: #9B9B9B. Windows color (decimal): -16261928 or 14212103. OLE color: 14212103.

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

Color convert

RGB 7 220 216 -
CMYK 0.97 0 0.02 0.14
HSL 178.87º 0.94% 0.45% -
HSV(B) 178.87º 0.97% 0.86% -
XYZ 38.08 56.19 73.8 -
YUV 155.86 161.93 21.83 -
System Red Green Blue C M Y K H S L
Decimal 7 220 216 0.97 0 0.02 0.14 178.87 0.94 0.45
Hex 7 DC D8 61 0 2 E B3 5E 2D
Octal 7 334 330 141 0 2 16 263 136 55
Binary 111 11011100 11011000 1100001 0 10 1110 10110011 1011110 101101

Color Harmonies of #07DCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DCD8

Black with #07DCD8

Text Example


Text Example

White with #07DCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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