Html Css Color HEX #6DDFED Turquoise Blue

📋 copy color: '#6DDFED'

red 109 ◦ green 223 ◦ blue 237

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

Shades of Turquoise Blue #6DDFED

Tints of Turquoise Blue #6DDFED

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.19%

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 19.16%
G = 39.19%
B = 41.65%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6DDFED (or 0x6DDFED) is known color: Turquoise Blue. HEX triplet: 6D, DF and ED. RGB value is (109,223,237). Sum of RGB (Red+Green+Blue) = 109+223+237=569 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.16% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #6DDFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDFED is #922012. Grayscale: #BEBEBE. Windows color (decimal): -9576467 or 15589229. OLE color: 15589229.

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

Color convert

RGB 109 223 237 -
CMYK 0.54 0.06 0 0.07
HSL 186.56º 0.78% 0.68% -
HSV(B) 186.56º 0.54% 0.93% -
XYZ 47.98 62.14 89.59 -
YUV 190.51 154.23 69.86 -
System Red Green Blue C M Y K H S L
Decimal 109 223 237 0.54 0.06 0 0.07 186.56 0.78 0.68
Hex 6D DF ED 36 6 0 7 BB 4E 44
Octal 155 337 355 66 6 0 7 273 116 104
Binary 1101101 11011111 11101101 110110 110 0 111 10111011 1001110 1000100

Color Harmonies of #6DDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDFED

Black with #6DDFED

Text Example


Text Example

White with #6DDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,223,237); }

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

background-color css

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

 a { background-color: rgb(109,223,237); }

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

border-color css

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

 span { border-color: rgb(109,223,237); }

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