Html Css Color HEX #6CCDEE Turquoise Blue

📋 copy color: '#6CCDEE'

red 108 ◦ green 205 ◦ blue 238

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

Shades of Turquoise Blue #6CCDEE

Tints of Turquoise Blue #6CCDEE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.21%

 BLUE value IS 238 (93.36% from 255) = 43.19%

R = 19.6%
G = 37.21%
B = 43.19%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CCDEE (or 0x6CCDEE) is known color: Turquoise Blue. HEX triplet: 6C, CD and EE. RGB value is (108,205,238). Sum of RGB (Red+Green+Blue) = 108+205+238=551 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.60% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CCDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCDEE is #933211. Grayscale: #B3B3B3. Windows color (decimal): -9646610 or 15650156. OLE color: 15650156.

HSL color Cylindrical-coordinate representation of color #6CCDEE: hue angle of 195.23º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CCDEE is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 205 238 -
CMYK 0.55 0.14 0 0.07
HSL 195.23º 0.79% 0.68% -
HSV(B) 195.23º 0.55% 0.93% -
XYZ 43.45 53.02 88.83 -
YUV 179.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 108 205 238 0.55 0.14 0 0.07 195.23 0.79 0.68
Hex 6C CD EE 37 E 0 7 C3 4F 44
Octal 154 315 356 67 16 0 7 303 117 104
Binary 1101100 11001101 11101110 110111 1110 0 111 11000011 1001111 1000100

Color Harmonies of #6CCDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCDEE

Black with #6CCDEE

Text Example


Text Example

White with #6CCDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,205,238); }

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

background-color css

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

 a { background-color: rgb(108,205,238); }

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

border-color css

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

 span { border-color: rgb(108,205,238); }

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