Html Css Color HEX #6DDAF8 Turquoise Blue

📋 copy color: '#6DDAF8'

red 109 ◦ green 218 ◦ blue 248

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

Shades of Turquoise Blue #6DDAF8

Tints of Turquoise Blue #6DDAF8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.91%

 BLUE value IS 248 (97.27% from 255) = 43.13%

R = 18.96%
G = 37.91%
B = 43.13%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6DDAF8 (or 0x6DDAF8) is known color: Turquoise Blue. HEX triplet: 6D, DA and F8. RGB value is (109,218,248). Sum of RGB (Red+Green+Blue) = 109+218+248=575 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.96% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #6DDAF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDAF8 is #922507. Grayscale: #BCBCBC. Windows color (decimal): -9577736 or 16308845. OLE color: 16308845.

HSL color Cylindrical-coordinate representation of color #6DDAF8: hue angle of 192.95º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DDAF8 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 109 218 248 -
CMYK 0.56 0.12 0 0.03
HSL 192.95º 0.91% 0.7% -
HSV(B) 192.95º 0.56% 0.97% -
XYZ 48.32 60.17 97.87 -
YUV 188.83 161.39 71.06 -
System Red Green Blue C M Y K H S L
Decimal 109 218 248 0.56 0.12 0 0.03 192.95 0.91 0.7
Hex 6D DA F8 38 C 0 3 C1 5B 46
Octal 155 332 370 70 14 0 3 301 133 106
Binary 1101101 11011010 11111000 111000 1100 0 11 11000001 1011011 1000110

Color Harmonies of #6DDAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDAF8

Black with #6DDAF8

Text Example


Text Example

White with #6DDAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,218,248); }

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

background-color css

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

 a { background-color: rgb(109,218,248); }

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

border-color css

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

 span { border-color: rgb(109,218,248); }

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