Html Css Color HEX #6ADCEC Turquoise Blue

📋 copy color: '#6ADCEC'

red 106 ◦ green 220 ◦ blue 236

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

Shades of Turquoise Blue #6ADCEC

Tints of Turquoise Blue #6ADCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.99%

R = 18.86%
G = 39.15%
B = 41.99%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6ADCEC (or 0x6ADCEC) is known color: Turquoise Blue. HEX triplet: 6A, DC and EC. RGB value is (106,220,236). Sum of RGB (Red+Green+Blue) = 106+220+236=562 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.86% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #6ADCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADCEC is #952313. Grayscale: #BBBBBB. Windows color (decimal): -9773844 or 15522922. OLE color: 15522922.

HSL color Cylindrical-coordinate representation of color #6ADCEC: hue angle of 187.38º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ADCEC is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 220 236 -
CMYK 0.55 0.07 0 0.07
HSL 187.38º 0.77% 0.67% -
HSV(B) 187.38º 0.55% 0.93% -
XYZ 46.68 60.31 88.54 -
YUV 187.74 155.23 69.7 -
System Red Green Blue C M Y K H S L
Decimal 106 220 236 0.55 0.07 0 0.07 187.38 0.77 0.67
Hex 6A DC EC 37 7 0 7 BB 4D 43
Octal 152 334 354 67 7 0 7 273 115 103
Binary 1101010 11011100 11101100 110111 111 0 111 10111011 1001101 1000011

Color Harmonies of #6ADCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADCEC

Black with #6ADCEC

Text Example


Text Example

White with #6ADCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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