Html Css Color HEX #6DCEEE Turquoise Blue

📋 copy color: '#6DCEEE'

red 109 ◦ green 206 ◦ blue 238

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

Shades of Turquoise Blue #6DCEEE

Tints of Turquoise Blue #6DCEEE

RGB

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

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

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

R = 19.71%
G = 37.25%
B = 43.04%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6DCEEE (or 0x6DCEEE) is known color: Turquoise Blue. HEX triplet: 6D, CE and EE. RGB value is (109,206,238). Sum of RGB (Red+Green+Blue) = 109+206+238=553 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.71% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #6DCEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCEEE is #923111. Grayscale: #B4B4B4. Windows color (decimal): -9580818 or 15650413. OLE color: 15650413.

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

Color convert

RGB 109 206 238 -
CMYK 0.54 0.13 0 0.07
HSL 194.88º 0.79% 0.68% -
HSV(B) 194.88º 0.54% 0.93% -
XYZ 43.81 53.57 88.92 -
YUV 180.65 160.36 76.9 -
System Red Green Blue C M Y K H S L
Decimal 109 206 238 0.54 0.13 0 0.07 194.88 0.79 0.68
Hex 6D CE EE 36 D 0 7 C3 4F 44
Octal 155 316 356 66 15 0 7 303 117 104
Binary 1101101 11001110 11101110 110110 1101 0 111 11000011 1001111 1000100

Color Harmonies of #6DCEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCEEE

Black with #6DCEEE

Text Example


Text Example

White with #6DCEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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