Html Css Color HEX #68CDEC Turquoise Blue

📋 copy color: '#68CDEC'

red 104 ◦ green 205 ◦ blue 236

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

Shades of Turquoise Blue #68CDEC

Tints of Turquoise Blue #68CDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.61%

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 19.08%
G = 37.61%
B = 43.3%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68CDEC (or 0x68CDEC) is known color: Turquoise Blue. HEX triplet: 68, CD and EC. RGB value is (104,205,236). Sum of RGB (Red+Green+Blue) = 104+205+236=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #68CDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CDEC is #973213. Grayscale: #B2B2B2. Windows color (decimal): -9908756 or 15519080. OLE color: 15519080.

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

Color convert

RGB 104 205 236 -
CMYK 0.56 0.13 0 0.07
HSL 194.09º 0.78% 0.67% -
HSV(B) 194.09º 0.56% 0.93% -
XYZ 42.68 52.66 87.27 -
YUV 178.34 160.54 74.98 -
System Red Green Blue C M Y K H S L
Decimal 104 205 236 0.56 0.13 0 0.07 194.09 0.78 0.67
Hex 68 CD EC 38 D 0 7 C2 4E 43
Octal 150 315 354 70 15 0 7 302 116 103
Binary 1101000 11001101 11101100 111000 1101 0 111 11000010 1001110 1000011

Color Harmonies of #68CDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDEC

Black with #68CDEC

Text Example


Text Example

White with #68CDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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