Html Css Color HEX #6DEDF0 Turquoise Blue

📋 copy color: '#6DEDF0'

red 109 ◦ green 237 ◦ blue 240

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

Shades of Turquoise Blue #6DEDF0

Tints of Turquoise Blue #6DEDF0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.44%

 BLUE value IS 240 (94.14% from 255) = 40.96%

R = 18.6%
G = 40.44%
B = 40.96%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6DEDF0 (or 0x6DEDF0) is known color: Turquoise Blue. HEX triplet: 6D, ED and F0. RGB value is (109,237,240). Sum of RGB (Red+Green+Blue) = 109+237+240=586 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.60% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #6DEDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEDF0 is #92120F. Grayscale: #C6C6C6. Windows color (decimal): -9572880 or 15789421. OLE color: 15789421.

HSL color Cylindrical-coordinate representation of color #6DEDF0: hue angle of 181.37º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DEDF0 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 237 240 -
CMYK 0.55 0.01 0 0.06
HSL 181.37º 0.81% 0.68% -
HSV(B) 181.37º 0.55% 0.94% -
XYZ 52.32 70.11 93.21 -
YUV 199.07 151.09 63.76 -
System Red Green Blue C M Y K H S L
Decimal 109 237 240 0.55 0.01 0 0.06 181.37 0.81 0.68
Hex 6D ED F0 37 1 0 6 B5 51 44
Octal 155 355 360 67 1 0 6 265 121 104
Binary 1101101 11101101 11110000 110111 1 0 110 10110101 1010001 1000100

Color Harmonies of #6DEDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEDF0

Black with #6DEDF0

Text Example


Text Example

White with #6DEDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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