Html Css Color HEX #6BDFE7 Turquoise Blue

📋 copy color: '#6BDFE7'

red 107 ◦ green 223 ◦ blue 231

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

Shades of Turquoise Blue #6BDFE7

Tints of Turquoise Blue #6BDFE7

RGB

 RED value IS 107 (42.19% from 255) = 19.07%

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

 BLUE value IS 231 (90.63% from 255) = 41.18%

R = 19.07%
G = 39.75%
B = 41.18%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6BDFE7 (or 0x6BDFE7) is known color: Turquoise Blue. HEX triplet: 6B, DF and E7. RGB value is (107,223,231). Sum of RGB (Red+Green+Blue) = 107+223+231=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #6BDFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDFE7 is #942018. Grayscale: #BDBDBD. Windows color (decimal): -9707545 or 15196011. OLE color: 15196011.

HSL color Cylindrical-coordinate representation of color #6BDFE7: hue angle of 183.87º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BDFE7 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 107 223 231 -
CMYK 0.54 0.03 0 0.09
HSL 183.87º 0.72% 0.66% -
HSV(B) 183.87º 0.54% 0.91% -
XYZ 46.87 61.67 85.03 -
YUV 189.23 151.57 69.35 -
System Red Green Blue C M Y K H S L
Decimal 107 223 231 0.54 0.03 0 0.09 183.87 0.72 0.66
Hex 6B DF E7 36 3 0 9 B8 48 42
Octal 153 337 347 66 3 0 11 270 110 102
Binary 1101011 11011111 11100111 110110 11 0 1001 10111000 1001000 1000010

Color Harmonies of #6BDFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDFE7

Black with #6BDFE7

Text Example


Text Example

White with #6BDFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,223,231); }

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

background-color css

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

 a { background-color: rgb(107,223,231); }

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

border-color css

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

 span { border-color: rgb(107,223,231); }

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