Html Css Color HEX #6ADEED Turquoise Blue

📋 copy color: '#6ADEED'

red 106 ◦ green 222 ◦ blue 237

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

Shades of Turquoise Blue #6ADEED

Tints of Turquoise Blue #6ADEED

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.29%

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 18.76%
G = 39.29%
B = 41.95%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6ADEED (or 0x6ADEED) is known color: Turquoise Blue. HEX triplet: 6A, DE and ED. RGB value is (106,222,237). Sum of RGB (Red+Green+Blue) = 106+222+237=565 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.76% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #6ADEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADEED is #952112. Grayscale: #BCBCBC. Windows color (decimal): -9773331 or 15588970. OLE color: 15588970.

HSL color Cylindrical-coordinate representation of color #6ADEED: hue angle of 186.87º degrees, saturation: 0.78, 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 #6ADEED is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 222 237 -
CMYK 0.55 0.06 0 0.07
HSL 186.87º 0.78% 0.67% -
HSV(B) 186.87º 0.55% 0.93% -
XYZ 47.35 61.42 89.48 -
YUV 189.03 155.07 68.78 -
System Red Green Blue C M Y K H S L
Decimal 106 222 237 0.55 0.06 0 0.07 186.87 0.78 0.67
Hex 6A DE ED 37 6 0 7 BB 4E 43
Octal 152 336 355 67 6 0 7 273 116 103
Binary 1101010 11011110 11101101 110111 110 0 111 10111011 1001110 1000011

Color Harmonies of #6ADEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADEED

Black with #6ADEED

Text Example


Text Example

White with #6ADEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,222,237); }

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

background-color css

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

 a { background-color: rgb(106,222,237); }

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

border-color css

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

 span { border-color: rgb(106,222,237); }

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