Html Css Color HEX #6DEDF1 Turquoise Blue

📋 copy color: '#6DEDF1'

red 109 ◦ green 237 ◦ blue 241

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

Shades of Turquoise Blue #6DEDF1

Tints of Turquoise Blue #6DEDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.06%

R = 18.57%
G = 40.37%
B = 41.06%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6DEDF1 (or 0x6DEDF1) is known color: Turquoise Blue. HEX triplet: 6D, ED and F1. RGB value is (109,237,241). Sum of RGB (Red+Green+Blue) = 109+237+241=587 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.57% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DEDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEDF1 is #92120E. Grayscale: #C7C7C7. Windows color (decimal): -9572879 or 15854957. OLE color: 15854957.

HSL color Cylindrical-coordinate representation of color #6DEDF1: hue angle of 181.82º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DEDF1 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 109 237 241 -
CMYK 0.55 0.02 0 0.05
HSL 181.82º 0.83% 0.69% -
HSV(B) 181.82º 0.55% 0.95% -
XYZ 52.47 70.17 94 -
YUV 199.18 151.59 63.67 -
System Red Green Blue C M Y K H S L
Decimal 109 237 241 0.55 0.02 0 0.05 181.82 0.83 0.69
Hex 6D ED F1 37 2 0 5 B6 52 45
Octal 155 355 361 67 2 0 5 266 122 105
Binary 1101101 11101101 11110001 110111 10 0 101 10110110 1010010 1000101

Color Harmonies of #6DEDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEDF1

Black with #6DEDF1

Text Example


Text Example

White with #6DEDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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