Html Css Color HEX #6CCEEE Turquoise Blue

📋 copy color: '#6CCEEE'

red 108 ◦ green 206 ◦ blue 238

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

Shades of Turquoise Blue #6CCEEE

Tints of Turquoise Blue #6CCEEE

RGB

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

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

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

R = 19.57%
G = 37.32%
B = 43.12%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CCEEE (or 0x6CCEEE) is known color: Turquoise Blue. HEX triplet: 6C, CE and EE. RGB value is (108,206,238). Sum of RGB (Red+Green+Blue) = 108+206+238=552 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.57% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CCEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCEEE is #933111. Grayscale: #B4B4B4. Windows color (decimal): -9646354 or 15650412. OLE color: 15650412.

HSL color Cylindrical-coordinate representation of color #6CCEEE: hue angle of 194.77º 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 #6CCEEE is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 206 238 -
CMYK 0.55 0.13 0 0.07
HSL 194.77º 0.79% 0.68% -
HSV(B) 194.77º 0.55% 0.93% -
XYZ 43.69 53.5 88.91 -
YUV 180.35 160.53 76.4 -
System Red Green Blue C M Y K H S L
Decimal 108 206 238 0.55 0.13 0 0.07 194.77 0.79 0.68
Hex 6C CE EE 37 D 0 7 C3 4F 44
Octal 154 316 356 67 15 0 7 303 117 104
Binary 1101100 11001110 11101110 110111 1101 0 111 11000011 1001111 1000100

Color Harmonies of #6CCEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCEEE

Black with #6CCEEE

Text Example


Text Example

White with #6CCEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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