Html Css Color HEX #6DDFEB Turquoise Blue

📋 copy color: '#6DDFEB'

red 109 ◦ green 223 ◦ blue 235

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

Shades of Turquoise Blue #6DDFEB

Tints of Turquoise Blue #6DDFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 19.22%
G = 39.33%
B = 41.45%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DDFEB (or 0x6DDFEB) is known color: Turquoise Blue. HEX triplet: 6D, DF and EB. RGB value is (109,223,235). Sum of RGB (Red+Green+Blue) = 109+223+235=567 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.22% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #6DDFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDFEB is #922014. Grayscale: #BEBEBE. Windows color (decimal): -9576469 or 15458157. OLE color: 15458157.

HSL color Cylindrical-coordinate representation of color #6DDFEB: hue angle of 185.71º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DDFEB is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 223 235 -
CMYK 0.54 0.05 0 0.08
HSL 185.71º 0.76% 0.67% -
HSV(B) 185.71º 0.54% 0.92% -
XYZ 47.69 62.02 88.06 -
YUV 190.28 153.23 70.02 -
System Red Green Blue C M Y K H S L
Decimal 109 223 235 0.54 0.05 0 0.08 185.71 0.76 0.67
Hex 6D DF EB 36 5 0 8 BA 4C 43
Octal 155 337 353 66 5 0 10 272 114 103
Binary 1101101 11011111 11101011 110110 101 0 1000 10111010 1001100 1000011

Color Harmonies of #6DDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDFEB

Black with #6DDFEB

Text Example


Text Example

White with #6DDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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