Html Css Color HEX #68CBDD Turquoise Blue

📋 copy color: '#68CBDD'

red 104 ◦ green 203 ◦ blue 221

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

Shades of Turquoise Blue #68CBDD

Tints of Turquoise Blue #68CBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.45%

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 19.7%
G = 38.45%
B = 41.86%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68CBDD (or 0x68CBDD) is known color: Turquoise Blue. HEX triplet: 68, CB and DD. RGB value is (104,203,221). Sum of RGB (Red+Green+Blue) = 104+203+221=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #68CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBDD is #973422. Grayscale: #AFAFAF. Windows color (decimal): -9909283 or 14535528. OLE color: 14535528.

HSL color Cylindrical-coordinate representation of color #68CBDD: hue angle of 189.23º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68CBDD is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 203 221 -
CMYK 0.53 0.08 0 0.13
HSL 189.23º 0.63% 0.64% -
HSV(B) 189.23º 0.53% 0.87% -
XYZ 40.12 50.88 76.11 -
YUV 175.45 153.7 77.04 -
System Red Green Blue C M Y K H S L
Decimal 104 203 221 0.53 0.08 0 0.13 189.23 0.63 0.64
Hex 68 CB DD 35 8 0 D BD 3F 40
Octal 150 313 335 65 10 0 15 275 77 100
Binary 1101000 11001011 11011101 110101 1000 0 1101 10111101 111111 1000000

Color Harmonies of #68CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CBDD

Black with #68CBDD

Text Example


Text Example

White with #68CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,203,221); }

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

background-color css

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

 a { background-color: rgb(104,203,221); }

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

border-color css

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

 span { border-color: rgb(104,203,221); }

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