Html Css Color HEX #6DEAE5 Turquoise Blue

📋 copy color: '#6DEAE5'

red 109 ◦ green 234 ◦ blue 229

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

Shades of Turquoise Blue #6DEAE5

Tints of Turquoise Blue #6DEAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.03%

R = 19.06%
G = 40.91%
B = 40.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#6DEAE5 (or 0x6DEAE5) is known color: Turquoise Blue. HEX triplet: 6D, EA and E5. RGB value is (109,234,229). Sum of RGB (Red+Green+Blue) = 109+234+229=572 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.06% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEAE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEAE5 is #92151A. Grayscale: #C3C3C3. Windows color (decimal): -9573659 or 15067757. OLE color: 15067757.

HSL color Cylindrical-coordinate representation of color #6DEAE5: hue angle of 177.6º 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 #6DEAE5 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 234 229 -
CMYK 0.53 0 0.02 0.08
HSL 177.6º 0.75% 0.67% -
HSV(B) 177.6º 0.53% 0.92% -
XYZ 49.87 67.75 84.58 -
YUV 196.06 146.59 65.91 -
System Red Green Blue C M Y K H S L
Decimal 109 234 229 0.53 0 0.02 0.08 177.6 0.75 0.67
Hex 6D EA E5 35 0 2 8 B2 4B 43
Octal 155 352 345 65 0 2 10 262 113 103
Binary 1101101 11101010 11100101 110101 0 10 1000 10110010 1001011 1000011

Color Harmonies of #6DEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEAE5

Black with #6DEAE5

Text Example


Text Example

White with #6DEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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