Html Css Color HEX #6DEAE1 Turquoise Blue

📋 copy color: '#6DEAE1'

red 109 ◦ green 234 ◦ blue 225

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

Shades of Turquoise Blue #6DEAE1

Tints of Turquoise Blue #6DEAE1

RGB

 RED value IS 109 (42.97% from 255) = 19.19%

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

 BLUE value IS 225 (88.28% from 255) = 39.61%

R = 19.19%
G = 41.2%
B = 39.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#6DEAE1 (or 0x6DEAE1) is known color: Turquoise Blue. HEX triplet: 6D, EA and E1. RGB value is (109,234,225). Sum of RGB (Red+Green+Blue) = 109+234+225=568 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.19% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEAE1 is #92151E. Grayscale: #C3C3C3. Windows color (decimal): -9573663 or 14805613. OLE color: 14805613.

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

Color convert

RGB 109 234 225 -
CMYK 0.53 0 0.04 0.08
HSL 175.68º 0.75% 0.67% -
HSV(B) 175.68º 0.53% 0.92% -
XYZ 49.32 67.53 81.67 -
YUV 195.6 144.59 66.23 -
System Red Green Blue C M Y K H S L
Decimal 109 234 225 0.53 0 0.04 0.08 175.68 0.75 0.67
Hex 6D EA E1 35 0 4 8 B0 4B 43
Octal 155 352 341 65 0 4 10 260 113 103
Binary 1101101 11101010 11100001 110101 0 100 1000 10110000 1001011 1000011

Color Harmonies of #6DEAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEAE1

Black with #6DEAE1

Text Example


Text Example

White with #6DEAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,234,225); }

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

background-color css

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

 a { background-color: rgb(109,234,225); }

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

border-color css

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

 span { border-color: rgb(109,234,225); }

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