Html Css Color HEX #6ACFDF Turquoise Blue

📋 copy color: '#6ACFDF'

red 106 ◦ green 207 ◦ blue 223

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

Shades of Turquoise Blue #6ACFDF

Tints of Turquoise Blue #6ACFDF

RGB

 RED value IS 106 (41.8% from 255) = 19.78%

 GREEN value IS 207 (81.25% from 255) = 38.62%

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 19.78%
G = 38.62%
B = 41.6%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ACFDF (or 0x6ACFDF) is known color: Turquoise Blue. HEX triplet: 6A, CF and DF. RGB value is (106,207,223). Sum of RGB (Red+Green+Blue) = 106+207+223=536 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.78% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #6ACFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACFDF is #953020. Grayscale: #B2B2B2. Windows color (decimal): -9777185 or 14667626. OLE color: 14667626.

HSL color Cylindrical-coordinate representation of color #6ACFDF: hue angle of 188.21º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ACFDF is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 207 223 -
CMYK 0.52 0.07 0 0.13
HSL 188.21º 0.65% 0.65% -
HSV(B) 188.21º 0.52% 0.87% -
XYZ 41.58 53.02 77.85 -
YUV 178.63 153.04 76.2 -
System Red Green Blue C M Y K H S L
Decimal 106 207 223 0.52 0.07 0 0.13 188.21 0.65 0.65
Hex 6A CF DF 34 7 0 D BC 41 41
Octal 152 317 337 64 7 0 15 274 101 101
Binary 1101010 11001111 11011111 110100 111 0 1101 10111100 1000001 1000001

Color Harmonies of #6ACFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACFDF

Black with #6ACFDF

Text Example


Text Example

White with #6ACFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,207,223); }

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

background-color css

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

 a { background-color: rgb(106,207,223); }

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

border-color css

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

 span { border-color: rgb(106,207,223); }

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