Html Css Color HEX #6DCCED Turquoise Blue

📋 copy color: '#6DCCED'

red 109 ◦ green 204 ◦ blue 237

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

Shades of Turquoise Blue #6DCCED

Tints of Turquoise Blue #6DCCED

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.09%

 BLUE value IS 237 (92.97% from 255) = 43.09%

R = 19.82%
G = 37.09%
B = 43.09%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6DCCED (or 0x6DCCED) is known color: Turquoise Blue. HEX triplet: 6D, CC and ED. RGB value is (109,204,237). Sum of RGB (Red+Green+Blue) = 109+204+237=550 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.82% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #6DCCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCCED is #923312. Grayscale: #B3B3B3. Windows color (decimal): -9581331 or 15584365. OLE color: 15584365.

HSL color Cylindrical-coordinate representation of color #6DCCED: hue angle of 195.47º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DCCED is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 204 237 -
CMYK 0.54 0.14 0 0.07
HSL 195.47º 0.78% 0.68% -
HSV(B) 195.47º 0.54% 0.93% -
XYZ 43.19 52.55 87.99 -
YUV 179.36 160.53 77.82 -
System Red Green Blue C M Y K H S L
Decimal 109 204 237 0.54 0.14 0 0.07 195.47 0.78 0.68
Hex 6D CC ED 36 E 0 7 C3 4E 44
Octal 155 314 355 66 16 0 7 303 116 104
Binary 1101101 11001100 11101101 110110 1110 0 111 11000011 1001110 1000100

Color Harmonies of #6DCCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCCED

Black with #6DCCED

Text Example


Text Example

White with #6DCCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,204,237); }

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

background-color css

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

 a { background-color: rgb(109,204,237); }

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

border-color css

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

 span { border-color: rgb(109,204,237); }

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