Html Css Color HEX #68CCEB Turquoise Blue

📋 copy color: '#68CCEB'

red 104 ◦ green 204 ◦ blue 235

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

Shades of Turquoise Blue #68CCEB

Tints of Turquoise Blue #68CCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.57%

 BLUE value IS 235 (92.19% from 255) = 43.28%

R = 19.15%
G = 37.57%
B = 43.28%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68CCEB (or 0x68CCEB) is known color: Turquoise Blue. HEX triplet: 68, CC and EB. RGB value is (104,204,235). Sum of RGB (Red+Green+Blue) = 104+204+235=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #68CCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CCEB is #973314. Grayscale: #B1B1B1. Windows color (decimal): -9909013 or 15453288. OLE color: 15453288.

HSL color Cylindrical-coordinate representation of color #68CCEB: hue angle of 194.2º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68CCEB is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 204 235 -
CMYK 0.56 0.13 0 0.08
HSL 194.2º 0.77% 0.66% -
HSV(B) 194.2º 0.56% 0.92% -
XYZ 42.3 52.13 86.43 -
YUV 177.63 160.37 75.48 -
System Red Green Blue C M Y K H S L
Decimal 104 204 235 0.56 0.13 0 0.08 194.2 0.77 0.66
Hex 68 CC EB 38 D 0 8 C2 4D 42
Octal 150 314 353 70 15 0 10 302 115 102
Binary 1101000 11001100 11101011 111000 1101 0 1000 11000010 1001101 1000010

Color Harmonies of #68CCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CCEB

Black with #68CCEB

Text Example


Text Example

White with #68CCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,204,235); }

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

background-color css

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

 a { background-color: rgb(104,204,235); }

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

border-color css

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

 span { border-color: rgb(104,204,235); }

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