Html Css Color HEX #6CDFF1 Turquoise Blue

📋 copy color: '#6CDFF1'

red 108 ◦ green 223 ◦ blue 241

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

Shades of Turquoise Blue #6CDFF1

Tints of Turquoise Blue #6CDFF1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.99%

 BLUE value IS 241 (94.53% from 255) = 42.13%

R = 18.88%
G = 38.99%
B = 42.13%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6CDFF1 (or 0x6CDFF1) is known color: Turquoise Blue. HEX triplet: 6C, DF and F1. RGB value is (108,223,241). Sum of RGB (Red+Green+Blue) = 108+223+241=572 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.88% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #6CDFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDFF1 is #93200E. Grayscale: #BEBEBE. Windows color (decimal): -9641999 or 15851372. OLE color: 15851372.

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

Color convert

RGB 108 223 241 -
CMYK 0.55 0.07 0 0.05
HSL 188.12º 0.83% 0.68% -
HSV(B) 188.12º 0.55% 0.95% -
XYZ 48.45 62.31 92.69 -
YUV 190.67 156.4 69.04 -
System Red Green Blue C M Y K H S L
Decimal 108 223 241 0.55 0.07 0 0.05 188.12 0.83 0.68
Hex 6C DF F1 37 7 0 5 BC 53 44
Octal 154 337 361 67 7 0 5 274 123 104
Binary 1101100 11011111 11110001 110111 111 0 101 10111100 1010011 1000100

Color Harmonies of #6CDFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDFF1

Black with #6CDFF1

Text Example


Text Example

White with #6CDFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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