Html Css Color HEX #6DDEEE Turquoise Blue

📋 copy color: '#6DDEEE'

red 109 ◦ green 222 ◦ blue 238

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

Shades of Turquoise Blue #6DDEEE

Tints of Turquoise Blue #6DDEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.02%

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

R = 19.16%
G = 39.02%
B = 41.83%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6DDEEE (or 0x6DDEEE) is known color: Turquoise Blue. HEX triplet: 6D, DE and EE. RGB value is (109,222,238). Sum of RGB (Red+Green+Blue) = 109+222+238=569 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.16% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #6DDEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDEEE is #922111. Grayscale: #BDBDBD. Windows color (decimal): -9576722 or 15654509. OLE color: 15654509.

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

Color convert

RGB 109 222 238 -
CMYK 0.54 0.07 0 0.07
HSL 187.44º 0.79% 0.68% -
HSV(B) 187.44º 0.54% 0.93% -
XYZ 47.86 61.67 90.27 -
YUV 190.04 155.06 70.2 -
System Red Green Blue C M Y K H S L
Decimal 109 222 238 0.54 0.07 0 0.07 187.44 0.79 0.68
Hex 6D DE EE 36 7 0 7 BB 4F 44
Octal 155 336 356 66 7 0 7 273 117 104
Binary 1101101 11011110 11101110 110110 111 0 111 10111011 1001111 1000100

Color Harmonies of #6DDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDEEE

Black with #6DDEEE

Text Example


Text Example

White with #6DDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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