Html Css Color HEX #6CDAFE Turquoise Blue

📋 copy color: '#6CDAFE'

red 108 ◦ green 218 ◦ blue 254

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

Shades of Turquoise Blue #6CDAFE

Tints of Turquoise Blue #6CDAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.59%

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 18.62%
G = 37.59%
B = 43.79%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6CDAFE (or 0x6CDAFE) is known color: Turquoise Blue. HEX triplet: 6C, DA and FE. RGB value is (108,218,254). Sum of RGB (Red+Green+Blue) = 108+218+254=580 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.62% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #6CDAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDAFE is #932501. Grayscale: #BCBCBC. Windows color (decimal): -9643266 or 16702060. OLE color: 16702060.

HSL color Cylindrical-coordinate representation of color #6CDAFE: hue angle of 194.79º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CDAFE is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 108 218 254 -
CMYK 0.57 0.14 0 0.00
HSL 194.79º 0.99% 0.71% -
HSV(B) 194.79º 0.57% 1% -
XYZ 49.15 60.49 102.85 -
YUV 189.21 164.56 70.07 -
System Red Green Blue C M Y K H S L
Decimal 108 218 254 0.57 0.14 0 0.00 194.79 0.99 0.71
Hex 6C DA FE 39 E 0 0 C3 63 47
Octal 154 332 376 71 16 0 0 303 143 107
Binary 1101100 11011010 11111110 111001 1110 0 0 11000011 1100011 1000111

Color Harmonies of #6CDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDAFE

Black with #6CDAFE

Text Example


Text Example

White with #6CDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,218,254); }

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

background-color css

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

 a { background-color: rgb(108,218,254); }

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

border-color css

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

 span { border-color: rgb(108,218,254); }

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