Html Css Color HEX #6AD4EE Turquoise Blue

📋 copy color: '#6AD4EE'

red 106 ◦ green 212 ◦ blue 238

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

Shades of Turquoise Blue #6AD4EE

Tints of Turquoise Blue #6AD4EE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.13%

 BLUE value IS 238 (93.36% from 255) = 42.81%

R = 19.06%
G = 38.13%
B = 42.81%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6AD4EE (or 0x6AD4EE) is known color: Turquoise Blue. HEX triplet: 6A, D4 and EE. RGB value is (106,212,238). Sum of RGB (Red+Green+Blue) = 106+212+238=556 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.06% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AD4EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD4EE is #952B11. Grayscale: #B7B7B7. Windows color (decimal): -9775890 or 15651946. OLE color: 15651946.

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

Color convert

RGB 106 212 238 -
CMYK 0.55 0.11 0 0.07
HSL 191.82º 0.8% 0.67% -
HSV(B) 191.82º 0.55% 0.93% -
XYZ 44.92 56.32 89.39 -
YUV 183.27 158.88 72.89 -
System Red Green Blue C M Y K H S L
Decimal 106 212 238 0.55 0.11 0 0.07 191.82 0.8 0.67
Hex 6A D4 EE 37 B 0 7 C0 50 43
Octal 152 324 356 67 13 0 7 300 120 103
Binary 1101010 11010100 11101110 110111 1011 0 111 11000000 1010000 1000011

Color Harmonies of #6AD4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD4EE

Black with #6AD4EE

Text Example


Text Example

White with #6AD4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,212,238); }

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

background-color css

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

 a { background-color: rgb(106,212,238); }

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

border-color css

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

 span { border-color: rgb(106,212,238); }

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