Html Css Color HEX #6DCBEB Turquoise Blue

📋 copy color: '#6DCBEB'

red 109 ◦ green 203 ◦ blue 235

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

Shades of Turquoise Blue #6DCBEB

Tints of Turquoise Blue #6DCBEB

RGB

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

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

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

R = 19.93%
G = 37.11%
B = 42.96%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DCBEB (or 0x6DCBEB) is known color: Turquoise Blue. HEX triplet: 6D, CB and EB. RGB value is (109,203,235). Sum of RGB (Red+Green+Blue) = 109+203+235=547 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.93% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #6DCBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCBEB is #923414. Grayscale: #B2B2B2. Windows color (decimal): -9581589 or 15453037. OLE color: 15453037.

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

Color convert

RGB 109 203 235 -
CMYK 0.54 0.14 0 0.08
HSL 195.24º 0.76% 0.67% -
HSV(B) 195.24º 0.54% 0.92% -
XYZ 42.66 51.96 86.38 -
YUV 178.54 159.86 78.4 -
System Red Green Blue C M Y K H S L
Decimal 109 203 235 0.54 0.14 0 0.08 195.24 0.76 0.67
Hex 6D CB EB 36 E 0 8 C3 4C 43
Octal 155 313 353 66 16 0 10 303 114 103
Binary 1101101 11001011 11101011 110110 1110 0 1000 11000011 1001100 1000011

Color Harmonies of #6DCBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBEB

Black with #6DCBEB

Text Example


Text Example

White with #6DCBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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