Html Css Color HEX #07DCD3 Bright Turquoise

📋 copy color: '#07DCD3'

red 7 ◦ green 220 ◦ blue 211

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

Shades of Bright Turquoise #07DCD3

Tints of Bright Turquoise #07DCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.17%

R = 1.6%
G = 50.23%
B = 48.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#07DCD3 (or 0x07DCD3) is known color: Bright Turquoise. HEX triplet: 07, DC and D3. RGB value is (7,220,211). Sum of RGB (Red+Green+Blue) = 7+220+211=438 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.60% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #07DCD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DCD3 is #F8232C. Grayscale: #9B9B9B. Windows color (decimal): -16261933 or 13884423. OLE color: 13884423.

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

Color convert

RGB 7 220 211 -
CMYK 0.97 0 0.04 0.14
HSL 177.46º 0.94% 0.45% -
HSV(B) 177.46º 0.97% 0.86% -
XYZ 37.44 55.93 70.45 -
YUV 155.29 159.43 22.23 -
System Red Green Blue C M Y K H S L
Decimal 7 220 211 0.97 0 0.04 0.14 177.46 0.94 0.45
Hex 7 DC D3 61 0 4 E B1 5E 2D
Octal 7 334 323 141 0 4 16 261 136 55
Binary 111 11011100 11010011 1100001 0 100 1110 10110001 1011110 101101

Color Harmonies of #07DCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DCD3

Black with #07DCD3

Text Example


Text Example

White with #07DCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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