Html Css Color HEX #6ADFDC Turquoise Blue

📋 copy color: '#6ADFDC'

red 106 ◦ green 223 ◦ blue 220

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

Shades of Turquoise Blue #6ADFDC

Tints of Turquoise Blue #6ADFDC

RGB

 RED value IS 106 (41.8% from 255) = 19.31%

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 19.31%
G = 40.62%
B = 40.07%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#6ADFDC (or 0x6ADFDC) is known color: Turquoise Blue. HEX triplet: 6A, DF and DC. RGB value is (106,223,220). Sum of RGB (Red+Green+Blue) = 106+223+220=549 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.31% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFDC is #952023. Grayscale: #BBBBBB. Windows color (decimal): -9773092 or 14475114. OLE color: 14475114.

HSL color Cylindrical-coordinate representation of color #6ADFDC: hue angle of 178.46º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADFDC is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 223 220 -
CMYK 0.52 0 0.01 0.13
HSL 178.46º 0.65% 0.65% -
HSV(B) 178.46º 0.52% 0.87% -
XYZ 45.25 61.01 77.1 -
YUV 187.68 146.24 69.74 -
System Red Green Blue C M Y K H S L
Decimal 106 223 220 0.52 0 0.01 0.13 178.46 0.65 0.65
Hex 6A DF DC 34 0 1 D B2 41 41
Octal 152 337 334 64 0 1 15 262 101 101
Binary 1101010 11011111 11011100 110100 0 1 1101 10110010 1000001 1000001

Color Harmonies of #6ADFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADFDC

Black with #6ADFDC

Text Example


Text Example

White with #6ADFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ADFDC; }

 p { color: rgb(106,223,220); }

 H1.HeaderClassName
 {
   color: #6ADFDC;
 }
 .AnyTagClassName
 {
   color: #6ADFDC;
 }
</style>

background-color css

<style>
 a { background-color: #6ADFDC; }

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

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

border-color css

<style>
 span { border-color: #6ADFDC; }

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

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