Html Css Color HEX #6DCAEA Turquoise Blue

📋 copy color: '#6DCAEA'

red 109 ◦ green 202 ◦ blue 234

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

Shades of Turquoise Blue #6DCAEA

Tints of Turquoise Blue #6DCAEA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.06%

 BLUE value IS 234 (91.8% from 255) = 42.94%

R = 20%
G = 37.06%
B = 42.94%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DCAEA (or 0x6DCAEA) is known color: Turquoise Blue. HEX triplet: 6D, CA and EA. RGB value is (109,202,234). Sum of RGB (Red+Green+Blue) = 109+202+234=545 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DCAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCAEA is #923515. Grayscale: #B1B1B1. Windows color (decimal): -9581846 or 15387245. OLE color: 15387245.

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

Color convert

RGB 109 202 234 -
CMYK 0.53 0.14 0 0.08
HSL 195.36º 0.75% 0.67% -
HSV(B) 195.36º 0.53% 0.92% -
XYZ 42.28 51.43 85.54 -
YUV 177.84 159.69 78.9 -
System Red Green Blue C M Y K H S L
Decimal 109 202 234 0.53 0.14 0 0.08 195.36 0.75 0.67
Hex 6D CA EA 35 E 0 8 C3 4B 43
Octal 155 312 352 65 16 0 10 303 113 103
Binary 1101101 11001010 11101010 110101 1110 0 1000 11000011 1001011 1000011

Color Harmonies of #6DCAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCAEA

Black with #6DCAEA

Text Example


Text Example

White with #6DCAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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