Html Css Color HEX #6DCCEE Turquoise Blue

📋 copy color: '#6DCCEE'

red 109 ◦ green 204 ◦ blue 238

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

Shades of Turquoise Blue #6DCCEE

Tints of Turquoise Blue #6DCCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.19%

R = 19.78%
G = 37.02%
B = 43.19%

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

#6DCCEE (or 0x6DCCEE) is known color: Turquoise Blue. HEX triplet: 6D, CC and EE. RGB value is (109,204,238). Sum of RGB (Red+Green+Blue) = 109+204+238=551 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.78% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #6DCCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCCEE is #923311. Grayscale: #B3B3B3. Windows color (decimal): -9581330 or 15649901. OLE color: 15649901.

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

Color convert

RGB 109 204 238 -
CMYK 0.54 0.14 0 0.07
HSL 195.81º 0.79% 0.68% -
HSV(B) 195.81º 0.54% 0.93% -
XYZ 43.33 52.61 88.76 -
YUV 179.47 161.03 77.74 -
System Red Green Blue C M Y K H S L
Decimal 109 204 238 0.54 0.14 0 0.07 195.81 0.79 0.68
Hex 6D CC EE 36 E 0 7 C4 4F 44
Octal 155 314 356 66 16 0 7 304 117 104
Binary 1101101 11001100 11101110 110110 1110 0 111 11000100 1001111 1000100

Color Harmonies of #6DCCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCCEE

Black with #6DCCEE

Text Example


Text Example

White with #6DCCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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