Html Css Color HEX #68ECEE Turquoise Blue

📋 copy color: '#68ECEE'

red 104 ◦ green 236 ◦ blue 238

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

Shades of Turquoise Blue #68ECEE

Tints of Turquoise Blue #68ECEE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.83%

 BLUE value IS 238 (93.36% from 255) = 41.18%

R = 17.99%
G = 40.83%
B = 41.18%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68ECEE (or 0x68ECEE) is known color: Turquoise Blue. HEX triplet: 68, EC and EE. RGB value is (104,236,238). Sum of RGB (Red+Green+Blue) = 104+236+238=578 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.99% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #68ECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68ECEE is #971311. Grayscale: #C4C4C4. Windows color (decimal): -9900818 or 15658088. OLE color: 15658088.

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

Color convert

RGB 104 236 238 -
CMYK 0.56 0.01 0 0.07
HSL 180.9º 0.8% 0.67% -
HSV(B) 180.9º 0.56% 0.93% -
XYZ 51.14 69.11 91.53 -
YUV 196.76 151.27 61.84 -
System Red Green Blue C M Y K H S L
Decimal 104 236 238 0.56 0.01 0 0.07 180.9 0.8 0.67
Hex 68 EC EE 38 1 0 7 B5 50 43
Octal 150 354 356 70 1 0 7 265 120 103
Binary 1101000 11101100 11101110 111000 1 0 111 10110101 1010000 1000011

Color Harmonies of #68ECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ECEE

Black with #68ECEE

Text Example


Text Example

White with #68ECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,236,238); }

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

background-color css

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

 a { background-color: rgb(104,236,238); }

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

border-color css

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

 span { border-color: rgb(104,236,238); }

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