Html Css Color HEX #6CCAE8 Turquoise Blue

📋 copy color: '#6CCAE8'

red 108 ◦ green 202 ◦ blue 232

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

Shades of Turquoise Blue #6CCAE8

Tints of Turquoise Blue #6CCAE8

RGB

 RED value IS 108 (42.58% from 255) = 19.93%

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

 BLUE value IS 232 (91.02% from 255) = 42.8%

R = 19.93%
G = 37.27%
B = 42.8%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6CCAE8 (or 0x6CCAE8) is known color: Turquoise Blue. HEX triplet: 6C, CA and E8. RGB value is (108,202,232). Sum of RGB (Red+Green+Blue) = 108+202+232=542 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.93% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #6CCAE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCAE8 is #933517. Grayscale: #B1B1B1. Windows color (decimal): -9647384 or 15256172. OLE color: 15256172.

HSL color Cylindrical-coordinate representation of color #6CCAE8: hue angle of 194.52º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CCAE8 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 108 202 232 -
CMYK 0.53 0.13 0 0.09
HSL 194.52º 0.73% 0.67% -
HSV(B) 194.52º 0.53% 0.91% -
XYZ 41.87 51.26 84.03 -
YUV 177.31 158.86 78.56 -
System Red Green Blue C M Y K H S L
Decimal 108 202 232 0.53 0.13 0 0.09 194.52 0.73 0.67
Hex 6C CA E8 35 D 0 9 C3 49 43
Octal 154 312 350 65 15 0 11 303 111 103
Binary 1101100 11001010 11101000 110101 1101 0 1001 11000011 1001001 1000011

Color Harmonies of #6CCAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCAE8

Black with #6CCAE8

Text Example


Text Example

White with #6CCAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,202,232); }

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

background-color css

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

 a { background-color: rgb(108,202,232); }

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

border-color css

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

 span { border-color: rgb(108,202,232); }

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