Html Css Color HEX #6DCEEB Turquoise Blue

📋 copy color: '#6DCEEB'

red 109 ◦ green 206 ◦ blue 235

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

Shades of Turquoise Blue #6DCEEB

Tints of Turquoise Blue #6DCEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.45%

 BLUE value IS 235 (92.19% from 255) = 42.73%

R = 19.82%
G = 37.45%
B = 42.73%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DCEEB (or 0x6DCEEB) is known color: Turquoise Blue. HEX triplet: 6D, CE and EB. RGB value is (109,206,235). Sum of RGB (Red+Green+Blue) = 109+206+235=550 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.82% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #6DCEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCEEB is #923114. Grayscale: #B4B4B4. Windows color (decimal): -9580821 or 15453805. OLE color: 15453805.

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

Color convert

RGB 109 206 235 -
CMYK 0.54 0.12 0 0.08
HSL 193.81º 0.76% 0.67% -
HSV(B) 193.81º 0.54% 0.92% -
XYZ 43.37 53.39 86.62 -
YUV 180.3 158.86 77.14 -
System Red Green Blue C M Y K H S L
Decimal 109 206 235 0.54 0.12 0 0.08 193.81 0.76 0.67
Hex 6D CE EB 36 C 0 8 C2 4C 43
Octal 155 316 353 66 14 0 10 302 114 103
Binary 1101101 11001110 11101011 110110 1100 0 1000 11000010 1001100 1000011

Color Harmonies of #6DCEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCEEB

Black with #6DCEEB

Text Example


Text Example

White with #6DCEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,206,235); }

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

background-color css

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

 a { background-color: rgb(109,206,235); }

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

border-color css

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

 span { border-color: rgb(109,206,235); }

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