Html Css Color HEX #6DDCFF Turquoise Blue

📋 copy color: '#6DDCFF'

red 109 ◦ green 220 ◦ blue 255

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

Shades of Turquoise Blue #6DDCFF

Tints of Turquoise Blue #6DDCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.67%

 BLUE value IS 255 (100% from 255) = 43.66%

R = 18.66%
G = 37.67%
B = 43.66%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6DDCFF (or 0x6DDCFF) is known color: Turquoise Blue. HEX triplet: 6D, DC and FF. RGB value is (109,220,255). Sum of RGB (Red+Green+Blue) = 109+220+255=584 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.66% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DDCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDCFF is #922300. Grayscale: #BEBEBE. Windows color (decimal): -9577217 or 16768109. OLE color: 16768109.

HSL color Cylindrical-coordinate representation of color #6DDCFF: hue angle of 194.38º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DDCFF is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 109 220 255 -
CMYK 0.57 0.14 0 0
HSL 194.38º 1% 0.71% -
HSV(B) 194.38º 0.57% 1% -
XYZ 49.95 61.66 103.88 -
YUV 190.8 164.23 69.65 -
System Red Green Blue C M Y K H S L
Decimal 109 220 255 0.57 0.14 0 0 194.38 1 0.71
Hex 6D DC FF 39 E 0 0 C2 64 47
Octal 155 334 377 71 16 0 0 302 144 107
Binary 1101101 11011100 11111111 111001 1110 0 0 11000010 1100100 1000111

Color Harmonies of #6DDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDCFF

Black with #6DDCFF

Text Example


Text Example

White with #6DDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,220,255); }

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

background-color css

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

 a { background-color: rgb(109,220,255); }

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

border-color css

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

 span { border-color: rgb(109,220,255); }

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