Html Css Color HEX #6DEDE9 Turquoise Blue

📋 copy color: '#6DEDE9'

red 109 ◦ green 237 ◦ blue 233

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

Shades of Turquoise Blue #6DEDE9

Tints of Turquoise Blue #6DEDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.24%

R = 18.83%
G = 40.93%
B = 40.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#6DEDE9 (or 0x6DEDE9) is known color: Turquoise Blue. HEX triplet: 6D, ED and E9. RGB value is (109,237,233). Sum of RGB (Red+Green+Blue) = 109+237+233=579 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.83% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEDE9 is #921216. Grayscale: #C6C6C6. Windows color (decimal): -9572887 or 15330669. OLE color: 15330669.

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

Color convert

RGB 109 237 233 -
CMYK 0.54 0 0.02 0.07
HSL 178.13º 0.78% 0.68% -
HSV(B) 178.13º 0.54% 0.93% -
XYZ 51.3 69.7 87.84 -
YUV 198.27 147.59 64.33 -
System Red Green Blue C M Y K H S L
Decimal 109 237 233 0.54 0 0.02 0.07 178.13 0.78 0.68
Hex 6D ED E9 36 0 2 7 B2 4E 44
Octal 155 355 351 66 0 2 7 262 116 104
Binary 1101101 11101101 11101001 110110 0 10 111 10110010 1001110 1000100

Color Harmonies of #6DEDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEDE9

Black with #6DEDE9

Text Example


Text Example

White with #6DEDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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