Html Css Color HEX #6CCEDF Turquoise Blue

📋 copy color: '#6CCEDF'

red 108 ◦ green 206 ◦ blue 223

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

Shades of Turquoise Blue #6CCEDF

Tints of Turquoise Blue #6CCEDF

RGB

 RED value IS 108 (42.58% from 255) = 20.11%

 GREEN value IS 206 (80.86% from 255) = 38.36%

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

R = 20.11%
G = 38.36%
B = 41.53%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CCEDF (or 0x6CCEDF) is known color: Turquoise Blue. HEX triplet: 6C, CE and DF. RGB value is (108,206,223). Sum of RGB (Red+Green+Blue) = 108+206+223=537 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.11% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CCEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCEDF is #933120. Grayscale: #B2B2B2. Windows color (decimal): -9646369 or 14667372. OLE color: 14667372.

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

Color convert

RGB 108 206 223 -
CMYK 0.52 0.08 0 0.13
HSL 188.87º 0.64% 0.65% -
HSV(B) 188.87º 0.52% 0.87% -
XYZ 41.57 52.66 77.78 -
YUV 178.64 153.03 77.62 -
System Red Green Blue C M Y K H S L
Decimal 108 206 223 0.52 0.08 0 0.13 188.87 0.64 0.65
Hex 6C CE DF 34 8 0 D BD 40 41
Octal 154 316 337 64 10 0 15 275 100 101
Binary 1101100 11001110 11011111 110100 1000 0 1101 10111101 1000000 1000001

Color Harmonies of #6CCEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCEDF

Black with #6CCEDF

Text Example


Text Example

White with #6CCEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CCEDF; }

 p { color: rgb(108,206,223); }

 H1.HeaderClassName
 {
   color: #6CCEDF;
 }
 .AnyTagClassName
 {
   color: #6CCEDF;
 }
</style>

background-color css

<style>
 a { background-color: #6CCEDF; }

 a { background-color: rgb(108,206,223); }

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

border-color css

<style>
 span { border-color: #6CCEDF; }

 span { border-color: rgb(108,206,223); }

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