Html Css Color HEX #6CD9EA Turquoise Blue

📋 copy color: '#6CD9EA'

red 108 ◦ green 217 ◦ blue 234

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

Shades of Turquoise Blue #6CD9EA

Tints of Turquoise Blue #6CD9EA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.82%

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

R = 19.32%
G = 38.82%
B = 41.86%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6CD9EA (or 0x6CD9EA) is known color: Turquoise Blue. HEX triplet: 6C, D9 and EA. RGB value is (108,217,234). Sum of RGB (Red+Green+Blue) = 108+217+234=559 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.32% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #6CD9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CD9EA is #932615. Grayscale: #BABABA. Windows color (decimal): -9643542 or 15391084. OLE color: 15391084.

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

Color convert

RGB 108 217 234 -
CMYK 0.54 0.07 0 0.08
HSL 188.1º 0.75% 0.67% -
HSV(B) 188.1º 0.54% 0.92% -
XYZ 45.85 58.75 86.77 -
YUV 186.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 108 217 234 0.54 0.07 0 0.08 188.1 0.75 0.67
Hex 6C D9 EA 36 7 0 8 BC 4B 43
Octal 154 331 352 66 7 0 10 274 113 103
Binary 1101100 11011001 11101010 110110 111 0 1000 10111100 1001011 1000011

Color Harmonies of #6CD9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD9EA

Black with #6CD9EA

Text Example


Text Example

White with #6CD9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,217,234); }

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

background-color css

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

 a { background-color: rgb(108,217,234); }

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

border-color css

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

 span { border-color: rgb(108,217,234); }

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