Html Css Color HEX #68CFDF Turquoise Blue

📋 copy color: '#68CFDF'

red 104 ◦ green 207 ◦ blue 223

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

Shades of Turquoise Blue #68CFDF

Tints of Turquoise Blue #68CFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 19.48%
G = 38.76%
B = 41.76%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68CFDF (or 0x68CFDF) is known color: Turquoise Blue. HEX triplet: 68, CF and DF. RGB value is (104,207,223). Sum of RGB (Red+Green+Blue) = 104+207+223=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #68CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFDF is #973020. Grayscale: #B1B1B1. Windows color (decimal): -9908257 or 14667624. OLE color: 14667624.

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

Color convert

RGB 104 207 223 -
CMYK 0.53 0.07 0 0.13
HSL 188.07º 0.65% 0.64% -
HSV(B) 188.07º 0.53% 0.87% -
XYZ 41.34 52.9 77.84 -
YUV 178.03 153.38 75.2 -
System Red Green Blue C M Y K H S L
Decimal 104 207 223 0.53 0.07 0 0.13 188.07 0.65 0.64
Hex 68 CF DF 35 7 0 D BC 41 40
Octal 150 317 337 65 7 0 15 274 101 100
Binary 1101000 11001111 11011111 110101 111 0 1101 10111100 1000001 1000000

Color Harmonies of #68CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFDF

Black with #68CFDF

Text Example


Text Example

White with #68CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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