Html Css Color HEX #6AD5ED Turquoise Blue

📋 copy color: '#6AD5ED'

red 106 ◦ green 213 ◦ blue 237

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

Shades of Turquoise Blue #6AD5ED

Tints of Turquoise Blue #6AD5ED

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.31%

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

R = 19.06%
G = 38.31%
B = 42.63%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6AD5ED (or 0x6AD5ED) is known color: Turquoise Blue. HEX triplet: 6A, D5 and ED. RGB value is (106,213,237). Sum of RGB (Red+Green+Blue) = 106+213+237=556 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.06% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #6AD5ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD5ED is #952A12. Grayscale: #B7B7B7. Windows color (decimal): -9775635 or 15586666. OLE color: 15586666.

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

Color convert

RGB 106 213 237 -
CMYK 0.55 0.10 0 0.07
HSL 190.99º 0.78% 0.67% -
HSV(B) 190.99º 0.55% 0.93% -
XYZ 45.02 56.77 88.7 -
YUV 183.74 158.05 72.55 -
System Red Green Blue C M Y K H S L
Decimal 106 213 237 0.55 0.10 0 0.07 190.99 0.78 0.67
Hex 6A D5 ED 37 A 0 7 BF 4E 43
Octal 152 325 355 67 12 0 7 277 116 103
Binary 1101010 11010101 11101101 110111 1010 0 111 10111111 1001110 1000011

Color Harmonies of #6AD5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD5ED

Black with #6AD5ED

Text Example


Text Example

White with #6AD5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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