Html Css Color HEX #68CFDD Turquoise Blue

📋 copy color: '#68CFDD'

red 104 ◦ green 207 ◦ blue 221

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

Shades of Turquoise Blue #68CFDD

Tints of Turquoise Blue #68CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.91%

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

R = 19.55%
G = 38.91%
B = 41.54%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68CFDD (or 0x68CFDD) is known color: Turquoise Blue. HEX triplet: 68, CF and DD. RGB value is (104,207,221). Sum of RGB (Red+Green+Blue) = 104+207+221=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #68CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFDD is #973022. Grayscale: #B1B1B1. Windows color (decimal): -9908259 or 14536552. OLE color: 14536552.

HSL color Cylindrical-coordinate representation of color #68CFDD: hue angle of 187.18º 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 #68CFDD is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 207 221 -
CMYK 0.53 0.06 0 0.13
HSL 187.18º 0.63% 0.64% -
HSV(B) 187.18º 0.53% 0.87% -
XYZ 41.07 52.79 76.43 -
YUV 177.8 152.38 75.36 -
System Red Green Blue C M Y K H S L
Decimal 104 207 221 0.53 0.06 0 0.13 187.18 0.63 0.64
Hex 68 CF DD 35 6 0 D BB 3F 40
Octal 150 317 335 65 6 0 15 273 77 100
Binary 1101000 11001111 11011101 110101 110 0 1101 10111011 111111 1000000

Color Harmonies of #68CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFDD

Black with #68CFDD

Text Example


Text Example

White with #68CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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