Html Css Color HEX #34DAF1 Turquoise

📋 copy color: '#34DAF1'

red 52 ◦ green 218 ◦ blue 241

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

Shades of Turquoise #34DAF1

Tints of Turquoise #34DAF1

RGB

 RED value IS 52 (20.7% from 255) = 10.18%

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

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

R = 10.18%
G = 42.66%
B = 47.16%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#34DAF1 (or 0x34DAF1) is known color: Turquoise. HEX triplet: 34, DA and F1. RGB value is (52,218,241). Sum of RGB (Red+Green+Blue) = 52+218+241=511 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.18% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #34DAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DAF1 is #CB250E. Grayscale: #AAAAAA. Windows color (decimal): -13313295 or 15850036. OLE color: 15850036.

HSL color Cylindrical-coordinate representation of color #34DAF1: hue angle of 187.3º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34DAF1 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 218 241 -
CMYK 0.78 0.10 0 0.05
HSL 187.3º 0.87% 0.57% -
HSV(B) 187.3º 0.78% 0.95% -
XYZ 42.36 57.22 92.03 -
YUV 170.99 167.5 43.13 -
System Red Green Blue C M Y K H S L
Decimal 52 218 241 0.78 0.10 0 0.05 187.3 0.87 0.57
Hex 34 DA F1 4E A 0 5 BB 57 39
Octal 64 332 361 116 12 0 5 273 127 71
Binary 110100 11011010 11110001 1001110 1010 0 101 10111011 1010111 111001

Color Harmonies of #34DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DAF1

Black with #34DAF1

Text Example


Text Example

White with #34DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34DAF1; }

 p { color: rgb(52,218,241); }

 H1.HeaderClassName
 {
   color: #34DAF1;
 }
 .AnyTagClassName
 {
   color: #34DAF1;
 }
</style>

background-color css

<style>
 a { background-color: #34DAF1; }

 a { background-color: rgb(52,218,241); }

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

border-color css

<style>
 span { border-color: #34DAF1; }

 span { border-color: rgb(52,218,241); }

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