Html Css Color HEX #6AEBED Turquoise Blue

📋 copy color: '#6AEBED'

red 106 ◦ green 235 ◦ blue 237

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

Shades of Turquoise Blue #6AEBED

Tints of Turquoise Blue #6AEBED

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.66%

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

R = 18.34%
G = 40.66%
B = 41%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6AEBED (or 0x6AEBED) is known color: Turquoise Blue. HEX triplet: 6A, EB and ED. RGB value is (106,235,237). Sum of RGB (Red+Green+Blue) = 106+235+237=578 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.34% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #6AEBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEBED is #951412. Grayscale: #C4C4C4. Windows color (decimal): -9770003 or 15592298. OLE color: 15592298.

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

Color convert

RGB 106 235 237 -
CMYK 0.55 0.01 0 0.07
HSL 180.92º 0.78% 0.67% -
HSV(B) 180.92º 0.55% 0.93% -
XYZ 50.94 68.6 90.68 -
YUV 196.66 150.76 63.34 -
System Red Green Blue C M Y K H S L
Decimal 106 235 237 0.55 0.01 0 0.07 180.92 0.78 0.67
Hex 6A EB ED 37 1 0 7 B5 4E 43
Octal 152 353 355 67 1 0 7 265 116 103
Binary 1101010 11101011 11101101 110111 1 0 111 10110101 1001110 1000011

Color Harmonies of #6AEBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEBED

Black with #6AEBED

Text Example


Text Example

White with #6AEBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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