Html Css Color HEX #68EDDC Turquoise Blue

📋 copy color: '#68EDDC'

red 104 ◦ green 237 ◦ blue 220

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

Shades of Turquoise Blue #68EDDC

Tints of Turquoise Blue #68EDDC

RGB

 RED value IS 104 (41.02% from 255) = 18.54%

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 18.54%
G = 42.25%
B = 39.22%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#68EDDC (or 0x68EDDC) is known color: Turquoise Blue. HEX triplet: 68, ED and DC. RGB value is (104,237,220). Sum of RGB (Red+Green+Blue) = 104+237+220=561 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.54% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EDDC is #971223. Grayscale: #C3C3C3. Windows color (decimal): -9900580 or 14478696. OLE color: 14478696.

HSL color Cylindrical-coordinate representation of color #68EDDC: hue angle of 172.33º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EDDC is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 237 220 -
CMYK 0.56 0 0.07 0.07
HSL 172.33º 0.79% 0.67% -
HSV(B) 172.33º 0.56% 0.93% -
XYZ 48.91 68.68 78.39 -
YUV 195.3 141.94 62.88 -
System Red Green Blue C M Y K H S L
Decimal 104 237 220 0.56 0 0.07 0.07 172.33 0.79 0.67
Hex 68 ED DC 38 0 7 7 AC 4F 43
Octal 150 355 334 70 0 7 7 254 117 103
Binary 1101000 11101101 11011100 111000 0 111 111 10101100 1001111 1000011

Color Harmonies of #68EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EDDC

Black with #68EDDC

Text Example


Text Example

White with #68EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68EDDC; }

 p { color: rgb(104,237,220); }

 H1.HeaderClassName
 {
   color: #68EDDC;
 }
 .AnyTagClassName
 {
   color: #68EDDC;
 }
</style>

background-color css

<style>
 a { background-color: #68EDDC; }

 a { background-color: rgb(104,237,220); }

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

border-color css

<style>
 span { border-color: #68EDDC; }

 span { border-color: rgb(104,237,220); }

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