Html Css Color HEX #6DCBEA Turquoise Blue

📋 copy color: '#6DCBEA'

red 109 ◦ green 203 ◦ blue 234

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

Shades of Turquoise Blue #6DCBEA

Tints of Turquoise Blue #6DCBEA

RGB

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

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

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

R = 19.96%
G = 37.18%
B = 42.86%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DCBEA (or 0x6DCBEA) is known color: Turquoise Blue. HEX triplet: 6D, CB and EA. RGB value is (109,203,234). Sum of RGB (Red+Green+Blue) = 109+203+234=546 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.96% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DCBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCBEA is #923415. Grayscale: #B2B2B2. Windows color (decimal): -9581590 or 15387501. OLE color: 15387501.

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

Color convert

RGB 109 203 234 -
CMYK 0.53 0.13 0 0.08
HSL 194.88º 0.75% 0.67% -
HSV(B) 194.88º 0.53% 0.92% -
XYZ 42.51 51.9 85.62 -
YUV 178.43 159.36 78.48 -
System Red Green Blue C M Y K H S L
Decimal 109 203 234 0.53 0.13 0 0.08 194.88 0.75 0.67
Hex 6D CB EA 35 D 0 8 C3 4B 43
Octal 155 313 352 65 15 0 10 303 113 103
Binary 1101101 11001011 11101010 110101 1101 0 1000 11000011 1001011 1000011

Color Harmonies of #6DCBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBEA

Black with #6DCBEA

Text Example


Text Example

White with #6DCBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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