Html Css Color HEX #7ADFDF Turquoise Blue

📋 copy color: '#7ADFDF'

red 122 ◦ green 223 ◦ blue 223

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

Shades of Turquoise Blue #7ADFDF

Tints of Turquoise Blue #7ADFDF

RGB

 RED value IS 122 (48.05% from 255) = 21.48%

 GREEN value IS 223 (87.5% from 255) = 39.26%

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

R = 21.48%
G = 39.26%
B = 39.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7ADFDF (or 0x7ADFDF) is known color: Turquoise Blue. HEX triplet: 7A, DF and DF. RGB value is (122,223,223). Sum of RGB (Red+Green+Blue) = 122+223+223=568 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.48% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #7ADFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADFDF is #852020. Grayscale: #C0C0C0. Windows color (decimal): -8724513 or 14671738. OLE color: 14671738.

HSL color Cylindrical-coordinate representation of color #7ADFDF: hue angle of 180º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADFDF is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 223 223 -
CMYK 0.45 0 0 0.13
HSL 180º 0.61% 0.68% -
HSV(B) 180º 0.45% 0.87% -
XYZ 47.73 62.24 79.31 -
YUV 192.8 145.04 77.5 -
System Red Green Blue C M Y K H S L
Decimal 122 223 223 0.45 0 0 0.13 180 0.61 0.68
Hex 7A DF DF 2D 0 0 D B4 3D 44
Octal 172 337 337 55 0 0 15 264 75 104
Binary 1111010 11011111 11011111 101101 0 0 1101 10110100 111101 1000100

Color Harmonies of #7ADFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADFDF

Black with #7ADFDF

Text Example


Text Example

White with #7ADFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ADFDF; }

 p { color: rgb(122,223,223); }

 H1.HeaderClassName
 {
   color: #7ADFDF;
 }
 .AnyTagClassName
 {
   color: #7ADFDF;
 }
</style>

background-color css

<style>
 a { background-color: #7ADFDF; }

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

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

border-color css

<style>
 span { border-color: #7ADFDF; }

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

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