Html Css Color HEX #6DDEEF Turquoise Blue

📋 copy color: '#6DDEEF'

red 109 ◦ green 222 ◦ blue 239

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

Shades of Turquoise Blue #6DDEEF

Tints of Turquoise Blue #6DDEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 19.12%
G = 38.95%
B = 41.93%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6DDEEF (or 0x6DDEEF) is known color: Turquoise Blue. HEX triplet: 6D, DE and EF. RGB value is (109,222,239). Sum of RGB (Red+Green+Blue) = 109+222+239=570 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.12% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DDEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDEEF is #922110. Grayscale: #BDBDBD. Windows color (decimal): -9576721 or 15720045. OLE color: 15720045.

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

Color convert

RGB 109 222 239 -
CMYK 0.54 0.07 0 0.06
HSL 187.85º 0.8% 0.68% -
HSV(B) 187.85º 0.54% 0.94% -
XYZ 48.01 61.73 91.05 -
YUV 190.15 155.56 70.12 -
System Red Green Blue C M Y K H S L
Decimal 109 222 239 0.54 0.07 0 0.06 187.85 0.8 0.68
Hex 6D DE EF 36 7 0 6 BC 50 44
Octal 155 336 357 66 7 0 6 274 120 104
Binary 1101101 11011110 11101111 110110 111 0 110 10111100 1010000 1000100

Color Harmonies of #6DDEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDEEF

Black with #6DDEEF

Text Example


Text Example

White with #6DDEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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