Html Css Color HEX #6DDAFE Turquoise Blue

📋 copy color: '#6DDAFE'

red 109 ◦ green 218 ◦ blue 254

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

Shades of Turquoise Blue #6DDAFE

Tints of Turquoise Blue #6DDAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 18.76%
G = 37.52%
B = 43.72%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6DDAFE (or 0x6DDAFE) is known color: Turquoise Blue. HEX triplet: 6D, DA and FE. RGB value is (109,218,254). Sum of RGB (Red+Green+Blue) = 109+218+254=581 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.76% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DDAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDAFE is #922501. Grayscale: #BDBDBD. Windows color (decimal): -9577730 or 16702061. OLE color: 16702061.

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

Color convert

RGB 109 218 254 -
CMYK 0.57 0.14 0 0.00
HSL 194.9º 0.99% 0.71% -
HSV(B) 194.9º 0.57% 1% -
XYZ 49.27 60.55 102.86 -
YUV 189.51 164.39 70.57 -
System Red Green Blue C M Y K H S L
Decimal 109 218 254 0.57 0.14 0 0.00 194.9 0.99 0.71
Hex 6D DA FE 39 E 0 0 C3 63 47
Octal 155 332 376 71 16 0 0 303 143 107
Binary 1101101 11011010 11111110 111001 1110 0 0 11000011 1100011 1000111

Color Harmonies of #6DDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDAFE

Black with #6DDAFE

Text Example


Text Example

White with #6DDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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