Html Css Color HEX #6DEEED Turquoise Blue

📋 copy color: '#6DEEED'

red 109 ◦ green 238 ◦ blue 237

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

Shades of Turquoise Blue #6DEEED

Tints of Turquoise Blue #6DEEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.75%

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

R = 18.66%
G = 40.75%
B = 40.58%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#6DEEED (or 0x6DEEED) is known color: Turquoise Blue. HEX triplet: 6D, EE and ED. RGB value is (109,238,237). Sum of RGB (Red+Green+Blue) = 109+238+237=584 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.66% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #6DEEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEEED is #921112. Grayscale: #C7C7C7. Windows color (decimal): -9572627 or 15593069. OLE color: 15593069.

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

Color convert

RGB 109 238 237 -
CMYK 0.54 0 0.00 0.07
HSL 179.53º 0.79% 0.68% -
HSV(B) 179.53º 0.54% 0.93% -
XYZ 52.17 70.51 90.98 -
YUV 199.32 149.26 63.58 -
System Red Green Blue C M Y K H S L
Decimal 109 238 237 0.54 0 0.00 0.07 179.53 0.79 0.68
Hex 6D EE ED 36 0 0 7 B4 4F 44
Octal 155 356 355 66 0 0 7 264 117 104
Binary 1101101 11101110 11101101 110110 0 0 111 10110100 1001111 1000100

Color Harmonies of #6DEEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEEED

Black with #6DEEED

Text Example


Text Example

White with #6DEEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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