Html Css Color HEX #6AEBDB Turquoise Blue

📋 copy color: '#6AEBDB'

red 106 ◦ green 235 ◦ blue 219

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

Shades of Turquoise Blue #6AEBDB

Tints of Turquoise Blue #6AEBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.11%

R = 18.93%
G = 41.96%
B = 39.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#6AEBDB (or 0x6AEBDB) is known color: Turquoise Blue. HEX triplet: 6A, EB and DB. RGB value is (106,235,219). Sum of RGB (Red+Green+Blue) = 106+235+219=560 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.93% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEBDB is #951424. Grayscale: #C2C2C2. Windows color (decimal): -9770021 or 14412650. OLE color: 14412650.

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

Color convert

RGB 106 235 219 -
CMYK 0.55 0 0.07 0.08
HSL 172.56º 0.76% 0.67% -
HSV(B) 172.56º 0.55% 0.92% -
XYZ 48.44 67.6 77.51 -
YUV 194.61 141.76 64.8 -
System Red Green Blue C M Y K H S L
Decimal 106 235 219 0.55 0 0.07 0.08 172.56 0.76 0.67
Hex 6A EB DB 37 0 7 8 AD 4C 43
Octal 152 353 333 67 0 7 10 255 114 103
Binary 1101010 11101011 11011011 110111 0 111 1000 10101101 1001100 1000011

Color Harmonies of #6AEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEBDB

Black with #6AEBDB

Text Example


Text Example

White with #6AEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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