Html Css Color HEX #6DCBE8 Turquoise Blue

📋 copy color: '#6DCBE8'

red 109 ◦ green 203 ◦ blue 232

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

Shades of Turquoise Blue #6DCBE8

Tints of Turquoise Blue #6DCBE8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.32%

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

R = 20.04%
G = 37.32%
B = 42.65%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6DCBE8 (or 0x6DCBE8) is known color: Turquoise Blue. HEX triplet: 6D, CB and E8. RGB value is (109,203,232). Sum of RGB (Red+Green+Blue) = 109+203+232=544 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20.04% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #6DCBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCBE8 is #923417. Grayscale: #B1B1B1. Windows color (decimal): -9581592 or 15256429. OLE color: 15256429.

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

Color convert

RGB 109 203 232 -
CMYK 0.53 0.12 0 0.09
HSL 194.15º 0.73% 0.67% -
HSV(B) 194.15º 0.53% 0.91% -
XYZ 42.23 51.79 84.11 -
YUV 178.2 158.36 78.64 -
System Red Green Blue C M Y K H S L
Decimal 109 203 232 0.53 0.12 0 0.09 194.15 0.73 0.67
Hex 6D CB E8 35 C 0 9 C2 49 43
Octal 155 313 350 65 14 0 11 302 111 103
Binary 1101101 11001011 11101000 110101 1100 0 1001 11000010 1001001 1000011

Color Harmonies of #6DCBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBE8

Black with #6DCBE8

Text Example


Text Example

White with #6DCBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,203,232); }

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

background-color css

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

 a { background-color: rgb(109,203,232); }

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

border-color css

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

 span { border-color: rgb(109,203,232); }

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