Html Css Color HEX #68CFDC Turquoise Blue

📋 copy color: '#68CFDC'

red 104 ◦ green 207 ◦ blue 220

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

Shades of Turquoise Blue #68CFDC

Tints of Turquoise Blue #68CFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 19.59%
G = 38.98%
B = 41.43%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68CFDC (or 0x68CFDC) is known color: Turquoise Blue. HEX triplet: 68, CF and DC. RGB value is (104,207,220). Sum of RGB (Red+Green+Blue) = 104+207+220=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #68CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFDC is #973023. Grayscale: #B1B1B1. Windows color (decimal): -9908260 or 14471016. OLE color: 14471016.

HSL color Cylindrical-coordinate representation of color #68CFDC: hue angle of 186.72º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68CFDC is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 207 220 -
CMYK 0.53 0.06 0 0.14
HSL 186.72º 0.62% 0.64% -
HSV(B) 186.72º 0.53% 0.86% -
XYZ 40.94 52.74 75.73 -
YUV 177.69 151.88 75.44 -
System Red Green Blue C M Y K H S L
Decimal 104 207 220 0.53 0.06 0 0.14 186.72 0.62 0.64
Hex 68 CF DC 35 6 0 E BB 3E 40
Octal 150 317 334 65 6 0 16 273 76 100
Binary 1101000 11001111 11011100 110101 110 0 1110 10111011 111110 1000000

Color Harmonies of #68CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFDC

Black with #68CFDC

Text Example


Text Example

White with #68CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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