Html Css Color HEX #6BEADC Turquoise Blue

📋 copy color: '#6BEADC'

red 107 ◦ green 234 ◦ blue 220

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

Shades of Turquoise Blue #6BEADC

Tints of Turquoise Blue #6BEADC

RGB

 RED value IS 107 (42.19% from 255) = 19.07%

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 19.07%
G = 41.71%
B = 39.22%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#6BEADC (or 0x6BEADC) is known color: Turquoise Blue. HEX triplet: 6B, EA and DC. RGB value is (107,234,220). Sum of RGB (Red+Green+Blue) = 107+234+220=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEADC is #941523. Grayscale: #C2C2C2. Windows color (decimal): -9704740 or 14477931. OLE color: 14477931.

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

Color convert

RGB 107 234 220 -
CMYK 0.54 0 0.06 0.08
HSL 173.39º 0.75% 0.67% -
HSV(B) 173.39º 0.54% 0.92% -
XYZ 48.4 67.14 78.12 -
YUV 194.43 142.42 65.64 -
System Red Green Blue C M Y K H S L
Decimal 107 234 220 0.54 0 0.06 0.08 173.39 0.75 0.67
Hex 6B EA DC 36 0 6 8 AD 4B 43
Octal 153 352 334 66 0 6 10 255 113 103
Binary 1101011 11101010 11011100 110110 0 110 1000 10101101 1001011 1000011

Color Harmonies of #6BEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEADC

Black with #6BEADC

Text Example


Text Example

White with #6BEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,234,220); }

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

background-color css

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

 a { background-color: rgb(107,234,220); }

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

border-color css

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

 span { border-color: rgb(107,234,220); }

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