Html Css Color HEX #68D4ED Turquoise Blue

📋 copy color: '#68D4ED'

red 104 ◦ green 212 ◦ blue 237

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

Shades of Turquoise Blue #68D4ED

Tints of Turquoise Blue #68D4ED

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.34%

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

R = 18.81%
G = 38.34%
B = 42.86%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68D4ED (or 0x68D4ED) is known color: Turquoise Blue. HEX triplet: 68, D4 and ED. RGB value is (104,212,237). Sum of RGB (Red+Green+Blue) = 104+212+237=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #68D4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D4ED is #972B12. Grayscale: #B6B6B6. Windows color (decimal): -9906963 or 15586408. OLE color: 15586408.

HSL color Cylindrical-coordinate representation of color #68D4ED: hue angle of 191.28º 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 #68D4ED is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 212 237 -
CMYK 0.56 0.11 0 0.07
HSL 191.28º 0.79% 0.67% -
HSV(B) 191.28º 0.56% 0.93% -
XYZ 44.54 56.14 88.61 -
YUV 182.56 158.72 71.97 -
System Red Green Blue C M Y K H S L
Decimal 104 212 237 0.56 0.11 0 0.07 191.28 0.79 0.67
Hex 68 D4 ED 38 B 0 7 BF 4F 43
Octal 150 324 355 70 13 0 7 277 117 103
Binary 1101000 11010100 11101101 111000 1011 0 111 10111111 1001111 1000011

Color Harmonies of #68D4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D4ED

Black with #68D4ED

Text Example


Text Example

White with #68D4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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