Html Css Color HEX #6AEADF Turquoise Blue

📋 copy color: '#6AEADF'

red 106 ◦ green 234 ◦ blue 223

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

Shades of Turquoise Blue #6AEADF

Tints of Turquoise Blue #6AEADF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.56%

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 18.83%
G = 41.56%
B = 39.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#6AEADF (or 0x6AEADF) is known color: Turquoise Blue. HEX triplet: 6A, EA and DF. RGB value is (106,234,223). Sum of RGB (Red+Green+Blue) = 106+234+223=563 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.83% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEADF is #951520. Grayscale: #C2C2C2. Windows color (decimal): -9770273 or 14674538. OLE color: 14674538.

HSL color Cylindrical-coordinate representation of color #6AEADF: hue angle of 174.84º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEADF is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 234 223 -
CMYK 0.55 0 0.05 0.08
HSL 174.84º 0.75% 0.67% -
HSV(B) 174.84º 0.55% 0.92% -
XYZ 48.69 67.24 80.22 -
YUV 194.47 144.09 64.89 -
System Red Green Blue C M Y K H S L
Decimal 106 234 223 0.55 0 0.05 0.08 174.84 0.75 0.67
Hex 6A EA DF 37 0 5 8 AF 4B 43
Octal 152 352 337 67 0 5 10 257 113 103
Binary 1101010 11101010 11011111 110111 0 101 1000 10101111 1001011 1000011

Color Harmonies of #6AEADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEADF

Black with #6AEADF

Text Example


Text Example

White with #6AEADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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